#510C05

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

Shades of Red Oxide #510C05

Tints of Red Oxide #510C05

Color information

#510C05 (or 0x510C05) is unknown color: approx Red Oxide. HEX triplet: 51, 0C and 05. RGB value is (81,12,5). Sum of RGB (Red+Green+Blue) = 81+12+5=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #510C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C05 is #AEF3FA. Grayscale: #1F1F1F. Windows color (decimal): -11465723 or 330833. OLE color: 330833.

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

Color convert

RGB81125-
CMYK00.850.940.68
HSL5.53º88.37%16.86%-
HSV(B)5.53º93.83%31.76%-
XYZ3.552.020.35-
YUV31.83112.86163.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 82.65%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=82.65%
G=12.24%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8112500.850.940.685.5388.3716.86
Hex51C50555E4465811
Octal1211450125136104613021
Binary101000111001010101010110111101000100110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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