#1F0C0E

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

Shades of Rustic Red #1F0C0E

Tints of Rustic Red #1F0C0E

Color information

#1F0C0E (or 0x1F0C0E) is unknown color: approx Rustic Red. HEX triplet: 1F, 0C and 0E. RGB value is (31,12,14). Sum of RGB (Red+Green+Blue) = 31+12+14=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C0E is #E0F3F1. Grayscale: #111111. Windows color (decimal): -14742514 or 920607. OLE color: 920607.

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

Color convert

RGB311214-
CMYK00.610.550.88
HSL353.68º44.19%8.43%-
HSV(B)353.68º61.29%12.16%-
XYZ0.780.590.49-
YUV17.91125.79137.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 12 (5.08% from 255) = 21.05%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=54.39%
G=21.05%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31121400.610.550.88353.6844.198.43
Hex1FCE03D37581622c8
Octal371416075671305425410
Binary1111111001110011110111011110110001011000101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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