#551003

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

Shades of Red Oxide #551003

Tints of Red Oxide #551003

Color information

#551003 (or 0x551003) is unknown color: approx Red Oxide. HEX triplet: 55, 10 and 03. RGB value is (85,16,3). Sum of RGB (Red+Green+Blue) = 85+16+3=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #551003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551003 is #AAEFFC. Grayscale: #232323. Windows color (decimal): -11202557 or 200789. OLE color: 200789.

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

Color convert

RGB85163-
CMYK00.810.960.67
HSL9.51º93.18%17.25%-
HSV(B)9.51º96.47%33.33%-
XYZ3.952.310.32-
YUV35.15109.86163.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 81.73%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 3 (1.56% from 255) = 2.88%
R=81.73%
G=15.38%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8516300.810.960.679.5193.1817.25
Hex551030516043a5d11
Octal12520301211401031213521
Binary1010101100001101010001110000010000111010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551003; }

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

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

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

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

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

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

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

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