#36070D

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

Shades of Rustic Red #36070D

Tints of Rustic Red #36070D

Color information

#36070D (or 0x36070D) is unknown color: approx Rustic Red. HEX triplet: 36, 07 and 0D. RGB value is (54,7,13). Sum of RGB (Red+Green+Blue) = 54+7+13=74 (9% of max value = 765). Red value is 54 (21.48% from 255 or 72.97% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 54 - color contains mainly: red. Hex color #36070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36070D is #C9F8F2. Grayscale: #151515. Windows color (decimal): -13236467 or 853814. OLE color: 853814.

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

Color convert

RGB54713-
CMYK00.870.760.79
HSL352.34º77.05%11.96%-
HSV(B)352.34º87.04%21.18%-
XYZ1.670.970.48-
YUV21.74123.07151.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 72.97%
GREEN value IS 7 (3.12% from 255) = 9.46%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=72.97%
G=9.46%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5471300.870.760.79352.3477.0511.96
Hex367D0574C4F1604dc
Octal66715012711411754011514
Binary1101101111101010101111001100100111110110000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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