#310208

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

Shades of Rustic Red #310208

Tints of Rustic Red #310208

Color information

#310208 (or 0x310208) is unknown color: approx Rustic Red. HEX triplet: 31, 02 and 08. RGB value is (49,2,8). Sum of RGB (Red+Green+Blue) = 49+2+8=59 (7% of max value = 765). Red value is 49 (19.53% from 255 or 83.05% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 49 - color contains mainly: red. Hex color #310208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310208 is #CEFDF7. Grayscale: #101010. Windows color (decimal): -13565432 or 524849. OLE color: 524849.

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

Color convert

RGB4928-
CMYK00.960.840.81
HSL352.34º92.16%10%-
HSV(B)352.34º95.92%19.22%-
XYZ1.330.710.3-
YUV16.74123.07151.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 83.05%
GREEN value IS 2 (1.17% from 255) = 3.39%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=83.05%
G=3.39%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal492800.960.840.81352.3492.1610
Hex312806054511605ca
Octal61210014012412154013412
Binary110001101000011000001010100101000110110000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310208; }

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

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

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

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

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

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

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

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