#310812

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

Shades of Rustic Red #310812

Tints of Rustic Red #310812

Color information

#310812 (or 0x310812) is unknown color: approx Rustic Red. HEX triplet: 31, 08 and 12. RGB value is (49,8,18). Sum of RGB (Red+Green+Blue) = 49+8+18=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310812 is #CEF7ED. Grayscale: #151515. Windows color (decimal): -13563886 or 1181745. OLE color: 1181745.

HSL color Cylindrical-coordinate representation of color #310812: hue angle of 345.37º 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 #310812 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB49818-
CMYK00.840.630.81
HSL345.37º71.93%11.18%-
HSV(B)345.37º83.67%19.22%-
XYZ1.460.870.66-
YUV21.4126.08147.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 18 (7.42% from 255) = 24%
R=65.33%
G=10.67%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4981800.840.630.81345.3771.9311.18
Hex318120543F5115948b
Octal61102201247712153111013
Binary11000110001001001010100111111101000110101100110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310812; }

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

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

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

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

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

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

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

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