#36050B

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

Shades of Rustic Red #36050B

Tints of Rustic Red #36050B

Color information

#36050B (or 0x36050B) is unknown color: approx Rustic Red. HEX triplet: 36, 05 and 0B. RGB value is (54,5,11). Sum of RGB (Red+Green+Blue) = 54+5+11=70 (9% of max value = 765). Red value is 54 (21.48% from 255 or 77.14% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 54 - color contains mainly: red. Hex color #36050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36050B is #C9FAF4. Grayscale: #141414. Windows color (decimal): -13236981 or 722230. OLE color: 722230.

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

Color convert

RGB54511-
CMYK00.910.800.79
HSL352.65º83.05%11.57%-
HSV(B)352.65º90.74%21.18%-
XYZ1.640.920.41-
YUV20.34122.73152.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 77.14%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 11 (4.69% from 255) = 15.71%
R=77.14%
G=7.14%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5451100.910.800.79352.6583.0511.57
Hex365B05B504F16153c
Octal66513013312011754112314
Binary1101101011011010110111010000100111110110000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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