#55060A

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

Shades of Rustic Red #55060A

Tints of Rustic Red #55060A

Color information

#55060A (or 0x55060A) is unknown color: approx Rustic Red. HEX triplet: 55, 06 and 0A. RGB value is (85,6,10). Sum of RGB (Red+Green+Blue) = 85+6+10=101 (13% of max value = 765). Red value is 85 (33.59% from 255 or 84.16% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 85 - color contains mainly: red. Hex color #55060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55060A is #AAF9F5. Grayscale: #1E1E1E. Windows color (decimal): -11205110 or 656981. OLE color: 656981.

HSL color Cylindrical-coordinate representation of color #55060A: hue angle of 356.96º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55060A is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB85610-
CMYK00.930.880.67
HSL356.96º86.81%17.84%-
HSV(B)356.96º92.94%33.33%-
XYZ3.872.080.49-
YUV30.08116.67167.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 84.16%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 10 (4.30% from 255) = 9.90%
R=84.16%
G=5.94%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8561000.930.880.67356.9686.8117.84
Hex556A05D58431655712
Octal125612013513010354512722
Binary101010111010100101110110110001000011101100101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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