#55190C

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

Shades of Red Oxide #55190C

Tints of Red Oxide #55190C

Color information

#55190C (or 0x55190C) is unknown color: approx Red Oxide. HEX triplet: 55, 19 and 0C. RGB value is (85,25,12). Sum of RGB (Red+Green+Blue) = 85+25+12=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #55190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55190C is #AAE6F3. Grayscale: #292929. Windows color (decimal): -11200244 or 792917. OLE color: 792917.

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

Color convert

RGB852512-
CMYK00.710.860.67
HSL10.68º75.26%19.02%-
HSV(B)10.68º85.88%33.33%-
XYZ4.162.650.64-
YUV41.46111.38159.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 12 (5.08% from 255) = 9.84%
R=69.67%
G=20.49%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85251200.710.860.6710.6875.2619.02
Hex5519C0475643b4b13
Octal125311401071261031311323
Binary101010111001110001000111101011010000111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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