#36020D

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

Shades of Rustic Red #36020D

Tints of Rustic Red #36020D

Color information

#36020D (or 0x36020D) is unknown color: approx Rustic Red. HEX triplet: 36, 02 and 0D. RGB value is (54,2,13). Sum of RGB (Red+Green+Blue) = 54+2+13=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #36020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36020D is #C9FDF2. Grayscale: #121212. Windows color (decimal): -13237747 or 852534. OLE color: 852534.

HSL color Cylindrical-coordinate representation of color #36020D: hue angle of 347.31º 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 #36020D is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB54213-
CMYK00.960.760.79
HSL347.31º92.86%10.98%-
HSV(B)347.31º96.3%21.18%-
XYZ1.620.860.46-
YUV18.8124.73153.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 78.26%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 13 (5.47% from 255) = 18.84%
R=78.26%
G=2.90%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5421300.960.760.79347.3192.8610.98
Hex362D0604C4F15b5db
Octal66215014011411753313513
Binary110110101101011000001001100100111110101101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36020D; }

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

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

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

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

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

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

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

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