#1F0B0C

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

Shades of Rustic Red #1F0B0C

Tints of Rustic Red #1F0B0C

Color information

#1F0B0C (or 0x1F0B0C) is unknown color: approx Rustic Red. HEX triplet: 1F, 0B and 0C. RGB value is (31,11,12). Sum of RGB (Red+Green+Blue) = 31+11+12=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B0C is #E0F4F3. Grayscale: #111111. Windows color (decimal): -14742772 or 789279. OLE color: 789279.

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

Color convert

RGB311112-
CMYK00.650.610.88
HSL357º47.62%8.24%-
HSV(B)357º64.52%12.16%-
XYZ0.750.560.42-
YUV17.09125.13137.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 57.41%
GREEN value IS 11 (4.69% from 255) = 20.37%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=57.41%
G=20.37%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31111200.650.610.8835747.628.24
Hex1FBC0413D58165308
Octal3713140101751305456010
Binary11111101111000100000111110110110001011001011100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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