#36070B

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

Shades of Rustic Red #36070B

Tints of Rustic Red #36070B

Color information

#36070B (or 0x36070B) is unknown color: approx Rustic Red. HEX triplet: 36, 07 and 0B. RGB value is (54,7,11). Sum of RGB (Red+Green+Blue) = 54+7+11=72 (9% of max value = 765). Red value is 54 (21.48% from 255 or 75% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 54 - color contains mainly: red. Hex color #36070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36070B is #C9F8F4. Grayscale: #151515. Windows color (decimal): -13236469 or 722742. OLE color: 722742.

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

Color convert

RGB54711-
CMYK00.870.800.79
HSL354.89º77.05%11.96%-
HSV(B)354.89º87.04%21.18%-
XYZ1.660.960.41-
YUV21.51122.07151.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 75%
GREEN value IS 7 (3.12% from 255) = 9.72%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=75%
G=9.72%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5471100.870.800.79354.8977.0511.96
Hex367B057504F1634dc
Octal66713012712011754311514
Binary1101101111011010101111010000100111110110001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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