#510A03

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

Shades of Red Oxide #510A03

Tints of Red Oxide #510A03

Color information

#510A03 (or 0x510A03) is unknown color: approx Red Oxide. HEX triplet: 51, 0A and 03. RGB value is (81,10,3). Sum of RGB (Red+Green+Blue) = 81+10+3=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #510A03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510A03 is #AEF5FC. Grayscale: #1E1E1E. Windows color (decimal): -11466237 or 199249. OLE color: 199249.

HSL color Cylindrical-coordinate representation of color #510A03: hue angle of 5.38º 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 #510A03 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB81103-
CMYK00.880.960.68
HSL5.38º92.86%16.47%-
HSV(B)5.38º96.3%31.76%-
XYZ3.521.970.28-
YUV30.43112.52164.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 86.17%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=86.17%
G=10.64%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8110300.880.960.685.3892.8616.47
Hex51A3058604455d10
Octal1211230130140104513520
Binary10100011010110101100011000001000100101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510A03; }

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

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

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

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

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

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

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

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