#511003

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

Shades of Red Oxide #511003

Tints of Red Oxide #511003

Color information

#511003 (or 0x511003) is unknown color: approx Red Oxide. HEX triplet: 51, 10 and 03. RGB value is (81,16,3). Sum of RGB (Red+Green+Blue) = 81+16+3=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #511003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511003 is #AEEFFC. Grayscale: #222222. Windows color (decimal): -11464701 or 200785. OLE color: 200785.

HSL color Cylindrical-coordinate representation of color #511003: hue angle of 10º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #511003 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB81163-
CMYK00.800.960.68
HSL10º92.86%16.47%-
HSV(B)10º96.3%31.76%-
XYZ3.62.130.31-
YUV33.95110.53161.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 81%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 3 (1.56% from 255) = 3%
R=81%
G=16%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8116300.800.960.681092.8616.47
Hex511030506044a5d10
Octal12120301201401041213520
Binary1010001100001101010000110000010001001010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511003; }

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

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

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

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

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

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

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

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