#55190B

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

Shades of Red Oxide #55190B

Tints of Red Oxide #55190B

Color information

#55190B (or 0x55190B) is unknown color: approx Red Oxide. HEX triplet: 55, 19 and 0B. RGB value is (85,25,11). Sum of RGB (Red+Green+Blue) = 85+25+11=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #55190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55190B is #AAE6F4. Grayscale: #292929. Windows color (decimal): -11200245 or 727381. OLE color: 727381.

HSL color Cylindrical-coordinate representation of color #55190B: hue angle of 11.35º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55190B is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB852511-
CMYK00.710.870.67
HSL11.35º77.08%18.82%-
HSV(B)11.35º87.06%33.33%-
XYZ4.152.650.61-
YUV41.34110.88159.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=70.25%
G=20.66%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85251100.710.870.6711.3577.0818.82
Hex5519B0475743b4d13
Octal125311301071271031311523
Binary101010111001101101000111101011110000111011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55190B; }

 p { color: rgb(85,25,11); }

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

<style>
 a { background-color: #55190B; }

 a { background-color: rgb(85,25,11); }

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

<style>
 span { border-color: #55190B; }

 span { border-color: rgb(85,25,11); }

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