#1F0C13

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

Shades of Rustic Red #1F0C13

Tints of Rustic Red #1F0C13

Color information

#1F0C13 (or 0x1F0C13) is unknown color: approx Rustic Red. HEX triplet: 1F, 0C and 13. RGB value is (31,12,19). Sum of RGB (Red+Green+Blue) = 31+12+19=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C13 is #E0F3EC. Grayscale: #121212. Windows color (decimal): -14742509 or 1248287. OLE color: 1248287.

HSL color Cylindrical-coordinate representation of color #1F0C13: hue angle of 337.89º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F0C13 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB311219-
CMYK00.610.390.88
HSL337.89º44.19%8.43%-
HSV(B)337.89º61.29%12.16%-
XYZ0.810.60.69-
YUV18.48128.29136.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50%
GREEN value IS 12 (5.08% from 255) = 19.35%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=50%
G=19.35%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31121900.610.390.88337.8944.198.43
Hex1FC1303D27581522c8
Octal371423075471305225410
Binary11111110010011011110110011110110001010100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,12,19); }

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

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

 a { background-color: rgb(31,12,19); }

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

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

 span { border-color: rgb(31,12,19); }

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