#510C08

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

Shades of Red Oxide #510C08

Tints of Red Oxide #510C08

Color information

#510C08 (or 0x510C08) is unknown color: approx Red Oxide. HEX triplet: 51, 0C and 08. RGB value is (81,12,8). Sum of RGB (Red+Green+Blue) = 81+12+8=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #510C08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C08 is #AEF3F7. Grayscale: #202020. Windows color (decimal): -11465720 or 527441. OLE color: 527441.

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

Color convert

RGB81128-
CMYK00.850.900.68
HSL3.29º82.02%17.45%-
HSV(B)3.29º90.12%31.76%-
XYZ3.572.030.43-
YUV32.17114.36162.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 80.20%
GREEN value IS 12 (5.08% from 255) = 11.88%
BLUE value IS 8 (3.52% from 255) = 7.92%
R=80.20%
G=11.88%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8112800.850.900.683.2982.0217.45
Hex51C80555A4435211
Octal12114100125132104312221
Binary101000111001000010101011011010100010011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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