#36040B

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

Shades of Rustic Red #36040B

Tints of Rustic Red #36040B

Color information

#36040B (or 0x36040B) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 0B. RGB value is (54,4,11). Sum of RGB (Red+Green+Blue) = 54+4+11=69 (9% of max value = 765). Red value is 54 (21.48% from 255 or 78.26% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 54 - color contains mainly: red. Hex color #36040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36040B is #C9FBF4. Grayscale: #131313. Windows color (decimal): -13237237 or 721974. OLE color: 721974.

HSL color Cylindrical-coordinate representation of color #36040B: hue angle of 351.6º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36040B is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB54411-
CMYK00.930.800.79
HSL351.6º86.21%11.37%-
HSV(B)351.6º92.59%21.18%-
XYZ1.630.90.4-
YUV19.75123.06152.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 78.26%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=78.26%
G=5.80%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5441100.930.800.79351.686.2111.37
Hex364B05D504F16056b
Octal66413013512011754012613
Binary1101101001011010111011010000100111110110000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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