#36060A

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

Shades of Rustic Red #36060A

Tints of Rustic Red #36060A

Color information

#36060A (or 0x36060A) is unknown color: approx Rustic Red. HEX triplet: 36, 06 and 0A. RGB value is (54,6,10). Sum of RGB (Red+Green+Blue) = 54+6+10=70 (9% of max value = 765). Red value is 54 (21.48% from 255 or 77.14% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 54 - color contains mainly: red. Hex color #36060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36060A is #C9F9F5. Grayscale: #141414. Windows color (decimal): -13236726 or 656950. OLE color: 656950.

HSL color Cylindrical-coordinate representation of color #36060A: hue angle of 355º 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 #36060A is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB54610-
CMYK00.890.810.79
HSL355º80%11.76%-
HSV(B)355º88.89%21.18%-
XYZ1.640.940.38-
YUV20.81121.9151.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 77.14%
GREEN value IS 6 (2.73% from 255) = 8.57%
BLUE value IS 10 (4.30% from 255) = 14.29%
R=77.14%
G=8.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5461000.890.810.793558011.76
Hex366A059514F16350c
Octal66612013112111754312014
Binary1101101101010010110011010001100111110110001110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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