#36070C

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

Shades of Rustic Red #36070C

Tints of Rustic Red #36070C

Color information

#36070C (or 0x36070C) is unknown color: approx Rustic Red. HEX triplet: 36, 07 and 0C. RGB value is (54,7,12). Sum of RGB (Red+Green+Blue) = 54+7+12=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 7 (3.12% from 255 or 9.59% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #36070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36070C is #C9F8F3. Grayscale: #151515. Windows color (decimal): -13236468 or 788278. OLE color: 788278.

HSL color Cylindrical-coordinate representation of color #36070C: hue angle of 353.62º 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 #36070C is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB54712-
CMYK00.870.780.79
HSL353.62º77.05%11.96%-
HSV(B)353.62º87.04%21.18%-
XYZ1.660.960.45-
YUV21.62122.57151.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 73.97%
GREEN value IS 7 (3.12% from 255) = 9.59%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=73.97%
G=9.59%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5471200.870.780.79353.6277.0511.96
Hex367C0574E4F1624dc
Octal66714012711611754211514
Binary1101101111100010101111001110100111110110001010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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