#36060D

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

Shades of Rustic Red #36060D

Tints of Rustic Red #36060D

Color information

#36060D (or 0x36060D) is unknown color: approx Rustic Red. HEX triplet: 36, 06 and 0D. RGB value is (54,6,13). Sum of RGB (Red+Green+Blue) = 54+6+13=73 (9% of max value = 765). Red value is 54 (21.48% from 255 or 73.97% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 54 - color contains mainly: red. Hex color #36060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36060D is #C9F9F2. Grayscale: #151515. Windows color (decimal): -13236723 or 853558. OLE color: 853558.

HSL color Cylindrical-coordinate representation of color #36060D: hue angle of 351.25º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36060D is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB54613-
CMYK00.890.760.79
HSL351.25º80%11.76%-
HSV(B)351.25º88.89%21.18%-
XYZ1.660.940.48-
YUV21.15123.4151.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 73.97%
GREEN value IS 6 (2.73% from 255) = 8.22%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=73.97%
G=8.22%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5461300.890.760.79351.258011.76
Hex366D0594C4F15f50c
Octal66615013111411753712014
Binary1101101101101010110011001100100111110101111110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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