#360812

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

Shades of Rustic Red #360812

Tints of Rustic Red #360812

Color information

#360812 (or 0x360812) is unknown color: approx Rustic Red. HEX triplet: 36, 08 and 12. RGB value is (54,8,18). Sum of RGB (Red+Green+Blue) = 54+8+18=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #360812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360812 is #C9F7ED. Grayscale: #161616. Windows color (decimal): -13236206 or 1181750. OLE color: 1181750.

HSL color Cylindrical-coordinate representation of color #360812: hue angle of 346.96º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360812 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.79.

Color convert

RGB54818-
CMYK00.850.670.79
HSL346.96º74.19%12.16%-
HSV(B)346.96º85.19%21.18%-
XYZ1.7210.68-
YUV22.89125.24150.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 67.5%
GREEN value IS 8 (3.52% from 255) = 10%
BLUE value IS 18 (7.42% from 255) = 22.5%
R=67.5%
G=10%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5481800.850.670.79346.9674.1912.16
Hex36812055434F15b4ac
Octal661022012510311753311214
Binary110110100010010010101011000011100111110101101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360812; }

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

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

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

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

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

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

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

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