#510C00

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

Shades of Red Oxide #510C00

Tints of Red Oxide #510C00

Color information

#510C00 (or 0x510C00) is unknown color: approx Red Oxide. HEX triplet: 51, 0C and 00. RGB value is (81,12,0). Sum of RGB (Red+Green+Blue) = 81+12+0=93 (12% of max value = 765). Red value is 81 (32.03% from 255 or 87.10% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 81 - color contains mainly: red. Hex color #510C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C00 is #AEF3FF. Grayscale: #1F1F1F. Windows color (decimal): -11465728 or 3153. OLE color: 3153.

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

Color convert

RGB81120-
CMYK00.8510.68
HSL8.89º100%15.88%-
HSV(B)8.89º100%31.76%-
XYZ3.522.010.2-
YUV31.26110.36163.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 87.10%
GREEN value IS 12 (5.08% from 255) = 12.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.10%
G=12.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8112000.8510.688.8910015.88
Hex51C0055644496410
Octal12114001251441041114420
Binary10100011100001010101110010010001001001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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