#510F03

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

Shades of Red Oxide #510F03

Tints of Red Oxide #510F03

Color information

#510F03 (or 0x510F03) is unknown color: approx Red Oxide. HEX triplet: 51, 0F and 03. RGB value is (81,15,3). Sum of RGB (Red+Green+Blue) = 81+15+3=99 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81.82% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 81 - color contains mainly: red. Hex color #510F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510F03 is #AEF0FC. Grayscale: #212121. Windows color (decimal): -11464957 or 200529. OLE color: 200529.

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

Color convert

RGB81153-
CMYK00.810.960.68
HSL9.23º92.86%16.47%-
HSV(B)9.23º96.3%31.76%-
XYZ3.582.10.3-
YUV33.37110.87161.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 81.82%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 3 (1.56% from 255) = 3.03%
R=81.82%
G=15.15%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8115300.810.960.689.2392.8616.47
Hex51F3051604495d10
Octal12117301211401041113520
Binary101000111111101010001110000010001001001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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