#55201C

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

Shades of Red Oxide #55201C

Tints of Red Oxide #55201C

Color information

#55201C (or 0x55201C) is unknown color: approx Red Oxide. HEX triplet: 55, 20 and 1C. RGB value is (85,32,28). Sum of RGB (Red+Green+Blue) = 85+32+28=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #55201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55201C is #AADFE3. Grayscale: #2F2F2F. Windows color (decimal): -11198436 or 1843285. OLE color: 1843285.

HSL color Cylindrical-coordinate representation of color #55201C: hue angle of 4.21º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55201C is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB853228-
CMYK00.620.670.67
HSL4.21º50.44%22.16%-
HSV(B)4.21º67.06%33.33%-
XYZ4.473.051.45-
YUV47.39117.06154.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.62%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=58.62%
G=22.07%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85322800.620.670.674.2150.4422.16
Hex55201C03E434343216
Octal125403407610310346226
Binary10101011000001110001111101000011100001110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,32,28); }

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

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

 a { background-color: rgb(85,32,28); }

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

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

 span { border-color: rgb(85,32,28); }

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