#360212

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

Shades of Rustic Red #360212

Tints of Rustic Red #360212

Color information

#360212 (or 0x360212) is unknown color: approx Rustic Red. HEX triplet: 36, 02 and 12. RGB value is (54,2,18). Sum of RGB (Red+Green+Blue) = 54+2+18=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #360212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360212 is #C9FDED. Grayscale: #131313. Windows color (decimal): -13237742 or 1180214. OLE color: 1180214.

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

Color convert

RGB54218-
CMYK00.960.670.79
HSL341.54º92.86%10.98%-
HSV(B)341.54º96.3%21.18%-
XYZ1.650.870.65-
YUV19.37127.23152.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72.97%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 18 (7.42% from 255) = 24.32%
R=72.97%
G=2.70%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5421800.960.670.79341.5492.8610.98
Hex36212060434F1565db
Octal66222014010311752613513
Binary1101101010010011000001000011100111110101011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360212; }

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

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

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

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

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

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

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

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