#31070C

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

Shades of Rustic Red #31070C

Tints of Rustic Red #31070C

Color information

#31070C (or 0x31070C) is unknown color: approx Rustic Red. HEX triplet: 31, 07 and 0C. RGB value is (49,7,12). Sum of RGB (Red+Green+Blue) = 49+7+12=68 (9% of max value = 765). Red value is 49 (19.53% from 255 or 72.06% from 68); Green value is 7 (3.12% from 255 or 10.29% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 49 - color contains mainly: red. Hex color #31070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31070C is #CEF8F3. Grayscale: #141414. Windows color (decimal): -13564148 or 788273. OLE color: 788273.

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

Color convert

RGB49712-
CMYK00.860.760.81
HSL352.86º75%10.98%-
HSV(B)352.86º85.71%19.22%-
XYZ1.410.830.43-
YUV20.13123.41148.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 72.06%
GREEN value IS 7 (3.12% from 255) = 10.29%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=72.06%
G=10.29%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4971200.860.760.81352.867510.98
Hex317C0564C511614bb
Octal61714012611412154111313
Binary1100011111100010101101001100101000110110000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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