#55160F

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

Shades of Red Oxide #55160F

Tints of Red Oxide #55160F

Color information

#55160F (or 0x55160F) is unknown color: approx Red Oxide. HEX triplet: 55, 16 and 0F. RGB value is (85,22,15). Sum of RGB (Red+Green+Blue) = 85+22+15=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #55160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55160F is #AAE9F0. Grayscale: #282828. Windows color (decimal): -11201009 or 988757. OLE color: 988757.

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

Color convert

RGB852215-
CMYK00.740.820.67
HSL70%19.61%-
HSV(B)82.35%33.33%-
XYZ4.122.540.73-
YUV40.04113.87160.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 22 (8.98% from 255) = 18.03%
BLUE value IS 15 (6.25% from 255) = 12.30%
R=69.67%
G=18.03%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85221500.740.820.6767019.61
Hex5516F04A524364614
Octal12526170112122103610624
Binary10101011011011110100101010100101000011110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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