#36080D

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

Shades of Rustic Red #36080D

Tints of Rustic Red #36080D

Color information

#36080D (or 0x36080D) is unknown color: approx Rustic Red. HEX triplet: 36, 08 and 0D. RGB value is (54,8,13). Sum of RGB (Red+Green+Blue) = 54+8+13=75 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 54 - color contains mainly: red. Hex color #36080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36080D is #C9F7F2. Grayscale: #161616. Windows color (decimal): -13236211 or 854070. OLE color: 854070.

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

Color convert

RGB54813-
CMYK00.850.760.79
HSL353.48º74.19%12.16%-
HSV(B)353.48º85.19%21.18%-
XYZ1.680.990.48-
YUV22.32122.74150.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=72%
G=10.67%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5481300.850.760.79353.4874.1912.16
Hex368D0554C4F1614ac
Octal661015012511411754111214
Binary11011010001101010101011001100100111110110000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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