#55160A

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

Shades of Red Oxide #55160A

Tints of Red Oxide #55160A

Color information

#55160A (or 0x55160A) is unknown color: approx Red Oxide. HEX triplet: 55, 16 and 0A. RGB value is (85,22,10). Sum of RGB (Red+Green+Blue) = 85+22+10=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #55160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55160A is #AAE9F5. Grayscale: #272727. Windows color (decimal): -11201014 or 661077. OLE color: 661077.

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

Color convert

RGB852210-
CMYK00.740.880.67
HSL9.6º78.95%18.63%-
HSV(B)9.6º88.24%33.33%-
XYZ4.092.530.56-
YUV39.47111.37160.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.65%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=72.65%
G=18.80%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85221000.740.880.679.678.9518.63
Hex5516A04A5843a4f13
Octal125261201121301031211723
Binary101010110110101001001010101100010000111010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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