#36040F

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

Shades of Rustic Red #36040F

Tints of Rustic Red #36040F

Color information

#36040F (or 0x36040F) is unknown color: approx Rustic Red. HEX triplet: 36, 04 and 0F. RGB value is (54,4,15). Sum of RGB (Red+Green+Blue) = 54+4+15=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #36040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36040F is #C9FBF0. Grayscale: #141414. Windows color (decimal): -13237233 or 984118. OLE color: 984118.

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

Color convert

RGB54415-
CMYK00.930.720.79
HSL346.8º86.21%11.37%-
HSV(B)346.8º92.59%21.18%-
XYZ1.650.910.54-
YUV20.2125.06152.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 73.97%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=73.97%
G=5.48%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5441500.930.720.79346.886.2111.37
Hex364F05D484F15b56b
Octal66417013511011753312613
Binary1101101001111010111011001000100111110101101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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