#550A01

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

Shades of Red Oxide #550A01

Tints of Red Oxide #550A01

Color information

#550A01 (or 0x550A01) is unknown color: approx Red Oxide. HEX triplet: 55, 0A and 01. RGB value is (85,10,1). Sum of RGB (Red+Green+Blue) = 85+10+1=96 (12% of max value = 765). Red value is 85 (33.59% from 255 or 88.54% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 85 - color contains mainly: red. Hex color #550A01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550A01 is #AAF5FE. Grayscale: #1F1F1F. Windows color (decimal): -11204095 or 68181. OLE color: 68181.

HSL color Cylindrical-coordinate representation of color #550A01: hue angle of 6.43º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550A01 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB85101-
CMYK00.880.990.67
HSL6.43º97.67%16.86%-
HSV(B)6.43º98.82%33.33%-
XYZ3.862.150.24-
YUV31.4110.85166.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 88.54%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 1 (0.78% from 255) = 1.04%
R=88.54%
G=10.42%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8510100.880.990.676.4397.6716.86
Hex55A1058634366211
Octal1251210130143103614221
Binary1010101101010101100011000111000011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550A01; }

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

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

<style>
 a { background-color: #550A01; }

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

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

<style>
 span { border-color: #550A01; }

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

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