#36080E

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

Shades of Rustic Red #36080E

Tints of Rustic Red #36080E

Color information

#36080E (or 0x36080E) is unknown color: approx Rustic Red. HEX triplet: 36, 08 and 0E. RGB value is (54,8,14). Sum of RGB (Red+Green+Blue) = 54+8+14=76 (10% of max value = 765). Red value is 54 (21.48% from 255 or 71.05% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 54 - color contains mainly: red. Hex color #36080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36080E is #C9F7F1. Grayscale: #161616. Windows color (decimal): -13236210 or 919606. OLE color: 919606.

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

Color convert

RGB54814-
CMYK00.850.740.79
HSL352.17º74.19%12.16%-
HSV(B)352.17º85.19%21.18%-
XYZ1.690.990.52-
YUV22.44123.24150.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 71.05%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=71.05%
G=10.53%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5481400.850.740.79352.1774.1912.16
Hex368E0554A4F1604ac
Octal661016012511211754011214
Binary11011010001110010101011001010100111110110000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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