#551010

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

Shades of Red Oxide #551010

Tints of Red Oxide #551010

Color information

#551010 (or 0x551010) is unknown color: approx Red Oxide. HEX triplet: 55, 10 and 10. RGB value is (85,16,16). Sum of RGB (Red+Green+Blue) = 85+16+16=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #551010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551010 is #AAEFEF. Grayscale: #242424. Windows color (decimal): -11202544 or 1052757. OLE color: 1052757.

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

Color convert

RGB851616-
CMYK00.810.810.67
HSL68.32%19.8%-
HSV(B)81.18%33.33%-
XYZ4.032.340.73-
YUV36.63116.36162.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.65%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=72.65%
G=13.68%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85161600.810.810.67068.3219.8
Hex551010051514304414
Octal12520200121121103010424
Binary1010101100001000001010001101000110000110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551010; }

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

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

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

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

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

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

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

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