#36050F

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

Shades of Rustic Red #36050F

Tints of Rustic Red #36050F

Color information

#36050F (or 0x36050F) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 0F. RGB value is (54,5,15). Sum of RGB (Red+Green+Blue) = 54+5+15=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #36050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36050F is #C9FAF0. Grayscale: #141414. Windows color (decimal): -13236977 or 984374. OLE color: 984374.

HSL color Cylindrical-coordinate representation of color #36050F: hue angle of 347.76º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #36050F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB54515-
CMYK00.910.720.79
HSL347.76º83.05%11.57%-
HSV(B)347.76º90.74%21.18%-
XYZ1.660.930.54-
YUV20.79124.73151.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72.97%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=72.97%
G=6.76%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451500.910.720.79347.7683.0511.57
Hex365F05B484F15c53c
Octal66517013311011753412314
Binary1101101011111010110111001000100111110101110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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