#31000C

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

Shades of Rustic Red #31000C

Tints of Rustic Red #31000C

Color information

#31000C (or 0x31000C) is unknown color: approx Rustic Red. HEX triplet: 31, 00 and 0C. RGB value is (49,0,12). Sum of RGB (Red+Green+Blue) = 49+0+12=61 (8% of max value = 765). Red value is 49 (19.53% from 255 or 80.33% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 49 - color contains mainly: red. Hex color #31000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31000C is #CEFFF3. Grayscale: #101010. Windows color (decimal): -13565940 or 786481. OLE color: 786481.

HSL color Cylindrical-coordinate representation of color #31000C: hue angle of 345.31º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31000C is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB49012-
CMYK010.760.81
HSL345.31º100%9.61%-
HSV(B)345.31º100%19.22%-
XYZ1.330.680.41-
YUV16.02125.73151.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 80.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=80.33%
G=0%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49012010.760.81345.311009.61
Hex310C0644C5115964a
Octal61014014411412153114412
Binary11000101100011001001001100101000110101100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31000C; }

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

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

<style>
 a { background-color: #31000C; }

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

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

<style>
 span { border-color: #31000C; }

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

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