#1F0B0F

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

Shades of Rustic Red #1F0B0F

Tints of Rustic Red #1F0B0F

Color information

#1F0B0F (or 0x1F0B0F) is unknown color: approx Rustic Red. HEX triplet: 1F, 0B and 0F. RGB value is (31,11,15). Sum of RGB (Red+Green+Blue) = 31+11+15=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B0F is #E0F4F0. Grayscale: #111111. Windows color (decimal): -14742769 or 985887. OLE color: 985887.

HSL color Cylindrical-coordinate representation of color #1F0B0F: hue angle of 348º 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 #1F0B0F is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.88.

Color convert

RGB311115-
CMYK00.650.520.88
HSL348º47.62%8.24%-
HSV(B)348º64.52%12.16%-
XYZ0.770.570.52-
YUV17.44126.63137.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 11 (4.69% from 255) = 19.30%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=54.39%
G=19.30%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31111500.650.520.8834847.628.24
Hex1FBF041345815c308
Octal3713170101641305346010
Binary11111101111110100000111010010110001010111001100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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