#55100E

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

Shades of Red Oxide #55100E

Tints of Red Oxide #55100E

Color information

#55100E (or 0x55100E) is unknown color: approx Red Oxide. HEX triplet: 55, 10 and 0E. RGB value is (85,16,14). Sum of RGB (Red+Green+Blue) = 85+16+14=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #55100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55100E is #AAEFF1. Grayscale: #242424. Windows color (decimal): -11202546 or 921685. OLE color: 921685.

HSL color Cylindrical-coordinate representation of color #55100E: hue angle of 1.69º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55100E is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB851614-
CMYK00.810.840.67
HSL1.69º71.72%19.41%-
HSV(B)1.69º83.53%33.33%-
XYZ4.012.330.65-
YUV36.4115.36162.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 73.91%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=73.91%
G=13.91%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85161400.810.840.671.6971.7219.41
Hex5510E051544324813
Octal12520160121124103211023
Binary1010101100001110010100011010100100001110100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55100E; }

 p { color: rgb(85,16,14); }

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

<style>
 a { background-color: #55100E; }

 a { background-color: rgb(85,16,14); }

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

<style>
 span { border-color: #55100E; }

 span { border-color: rgb(85,16,14); }

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