#510A05

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

Shades of Red Oxide #510A05

Tints of Red Oxide #510A05

Color information

#510A05 (or 0x510A05) is unknown color: approx Red Oxide. HEX triplet: 51, 0A and 05. RGB value is (81,10,5). Sum of RGB (Red+Green+Blue) = 81+10+5=96 (12% of max value = 765). Red value is 81 (32.03% from 255 or 84.38% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 81 - color contains mainly: red. Hex color #510A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510A05 is #AEF5FA. Grayscale: #1E1E1E. Windows color (decimal): -11466235 or 330321. OLE color: 330321.

HSL color Cylindrical-coordinate representation of color #510A05: hue angle of 3.95º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510A05 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81105-
CMYK00.880.940.68
HSL3.95º88.37%16.86%-
HSV(B)3.95º93.83%31.76%-
XYZ3.531.980.34-
YUV30.66113.52163.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 84.38%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=84.38%
G=10.42%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8110500.880.940.683.9588.3716.86
Hex51A50585E4445811
Octal1211250130136104413021
Binary101000110101010101100010111101000100100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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