#36020F

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

Shades of Rustic Red #36020F

Tints of Rustic Red #36020F

Color information

#36020F (or 0x36020F) is unknown color: approx Rustic Red. HEX triplet: 36, 02 and 0F. RGB value is (54,2,15). Sum of RGB (Red+Green+Blue) = 54+2+15=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #36020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36020F is #C9FDF0. Grayscale: #131313. Windows color (decimal): -13237745 or 983606. OLE color: 983606.

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

Color convert

RGB54215-
CMYK00.960.720.79
HSL345º92.86%10.98%-
HSV(B)345º96.3%21.18%-
XYZ1.630.860.53-
YUV19.03125.73152.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 76.06%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=76.06%
G=2.82%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5421500.960.720.7934592.8610.98
Hex362F060484F1595db
Octal66217014011011753113513
Binary110110101111011000001001000100111110101100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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