#31080C

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

Shades of Rustic Red #31080C

Tints of Rustic Red #31080C

Color information

#31080C (or 0x31080C) is unknown color: approx Rustic Red. HEX triplet: 31, 08 and 0C. RGB value is (49,8,12). Sum of RGB (Red+Green+Blue) = 49+8+12=69 (9% of max value = 765). Red value is 49 (19.53% from 255 or 71.01% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 49 - color contains mainly: red. Hex color #31080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31080C is #CEF7F3. Grayscale: #141414. Windows color (decimal): -13563892 or 788529. OLE color: 788529.

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

Color convert

RGB49812-
CMYK00.840.760.81
HSL354.15º71.93%11.18%-
HSV(B)354.15º83.67%19.22%-
XYZ1.420.850.44-
YUV20.72123.08148.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 71.01%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=71.01%
G=11.59%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4981200.840.760.81354.1571.9311.18
Hex318C0544C5116248b
Octal611014012411412154211013
Binary11000110001100010101001001100101000110110001010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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