#510C03

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

Shades of Red Oxide #510C03

Tints of Red Oxide #510C03

Color information

#510C03 (or 0x510C03) is unknown color: approx Red Oxide. HEX triplet: 51, 0C and 03. RGB value is (81,12,3). Sum of RGB (Red+Green+Blue) = 81+12+3=96 (12% of max value = 765). Red value is 81 (32.03% from 255 or 84.38% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 81 - color contains mainly: red. Hex color #510C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C03 is #AEF3FC. Grayscale: #1F1F1F. Windows color (decimal): -11465725 or 199761. OLE color: 199761.

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

Color convert

RGB81123-
CMYK00.850.960.68
HSL6.92º92.86%16.47%-
HSV(B)6.92º96.3%31.76%-
XYZ3.542.020.29-
YUV31.6111.86163.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 84.38%
GREEN value IS 12 (5.08% from 255) = 12.5%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=84.38%
G=12.5%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8112300.850.960.686.9292.8616.47
Hex51C3055604475d10
Octal1211430125140104713520
Binary10100011100110101010111000001000100111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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