#1F000C

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

Shades of Rustic Red #1F000C

Tints of Rustic Red #1F000C

Color information

#1F000C (or 0x1F000C) is unknown color: approx Rustic Red. HEX triplet: 1F, 00 and 0C. RGB value is (31,0,12). Sum of RGB (Red+Green+Blue) = 31+0+12=43 (5% of max value = 765). Red value is 31 (12.5% from 255 or 72.09% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 31 - color contains mainly: red. Hex color #1F000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F000C is #E0FFF3. Grayscale: #0A0A0A. Windows color (decimal): -14745588 or 786463. OLE color: 786463.

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

Color convert

RGB31012-
CMYK010.610.88
HSL336.77º100%6.08%-
HSV(B)336.77º100%12.16%-
XYZ0.630.320.38-
YUV10.64128.77142.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 72.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=72.09%
G=0%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31012010.610.88336.771006.08
Hex1F0C0643D58151646
Octal370140144751305211446
Binary11111011000110010011110110110001010100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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