#36080B

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

Shades of Rustic Red #36080B

Tints of Rustic Red #36080B

Color information

#36080B (or 0x36080B) is unknown color: approx Rustic Red. HEX triplet: 36, 08 and 0B. RGB value is (54,8,11). Sum of RGB (Red+Green+Blue) = 54+8+11=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #36080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36080B is #C9F7F4. Grayscale: #161616. Windows color (decimal): -13236213 or 722998. OLE color: 722998.

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

Color convert

RGB54811-
CMYK00.850.800.79
HSL356.09º74.19%12.16%-
HSV(B)356.09º85.19%21.18%-
XYZ1.670.980.42-
YUV22.1121.74150.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 73.97%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=73.97%
G=10.96%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5481100.850.800.79356.0974.1912.16
Hex368B055504F1644ac
Octal661013012512011754411214
Binary11011010001011010101011010000100111110110010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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