#55120A

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

Shades of Red Oxide #55120A

Tints of Red Oxide #55120A

Color information

#55120A (or 0x55120A) is unknown color: approx Red Oxide. HEX triplet: 55, 12 and 0A. RGB value is (85,18,10). Sum of RGB (Red+Green+Blue) = 85+18+10=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #55120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55120A is #AAEDF5. Grayscale: #252525. Windows color (decimal): -11202038 or 660053. OLE color: 660053.

HSL color Cylindrical-coordinate representation of color #55120A: hue angle of 6.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55120A is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB851810-
CMYK00.790.880.67
HSL6.4º78.95%18.63%-
HSV(B)6.4º88.24%33.33%-
XYZ4.022.390.54-
YUV37.12112.7162.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.22%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=75.22%
G=15.93%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85181000.790.880.676.478.9518.63
Hex5512A04F584364f13
Octal12522120117130103611723
Binary10101011001010100100111110110001000011110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55120A; }

 p { color: rgb(85,18,10); }

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

<style>
 a { background-color: #55120A; }

 a { background-color: rgb(85,18,10); }

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

<style>
 span { border-color: #55120A; }

 span { border-color: rgb(85,18,10); }

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