#1F0102

Color #1F0102 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #1F0102

Tints of Rustic Red #1F0102

Color information

#1F0102 (or 0x1F0102) is unknown color: approx Rustic Red. HEX triplet: 1F, 01 and 02. RGB value is (31,1,2). Sum of RGB (Red+Green+Blue) = 31+1+2=34 (4% of max value = 765). Red value is 31 (12.5% from 255 or 91.18% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0102 is #E0FEFD. Grayscale: #0A0A0A. Windows color (decimal): -14745342 or 131359. OLE color: 131359.

HSL color Cylindrical-coordinate representation of color #1F0102: hue angle of 358º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0102 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.88.

Color convert

RGB3112-
CMYK00.970.940.88
HSL358º93.75%6.27%-
HSV(B)358º96.77%12.16%-
XYZ0.590.320.09-
YUV10.08123.44142.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 91.18%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 2 (1.17% from 255) = 5.88%
R=91.18%
G=2.94%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal311200.970.940.8835893.756.27
Hex1F120615E581665e6
Octal371201411361305461366
Binary1111111001100001101111010110001011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0102; }

 p { color: rgb(31,1,2); }

 H1.HeaderClassName
 {
   color: #1F0102;
 }
 .AnyTagClassName
 {
   color: #1F0102;
 }
</style>
background-color css

<style>
 a { background-color: #1F0102; }

 a { background-color: rgb(31,1,2); }

 div.DivClassName
 {
   background-color: #1F0102;
 }
 .BgClassName
 {
   background-color: #1F0102;
 }
</style>
border-color css

<style>
 span { border-color: #1F0102; }

 span { border-color: rgb(31,1,2); }

 td.TdClassName
 {
   border-color: #1F0102;
 }
 .TagClassName
 {
   border-color: #1F0102;
 }
</style>