#510D03

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

Shades of Red Oxide #510D03

Tints of Red Oxide #510D03

Color information

#510D03 (or 0x510D03) is unknown color: approx Red Oxide. HEX triplet: 51, 0D and 03. RGB value is (81,13,3). Sum of RGB (Red+Green+Blue) = 81+13+3=97 (12% of max value = 765). Red value is 81 (32.03% from 255 or 83.51% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 81 - color contains mainly: red. Hex color #510D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510D03 is #AEF2FC. Grayscale: #202020. Windows color (decimal): -11465469 or 200017. OLE color: 200017.

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

Color convert

RGB81133-
CMYK00.840.960.68
HSL7.69º92.86%16.47%-
HSV(B)7.69º96.3%31.76%-
XYZ3.552.040.29-
YUV32.19111.53162.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 83.51%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=83.51%
G=13.40%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8113300.840.960.687.6992.8616.47
Hex51D3054604485d10
Octal12115301241401041013520
Binary101000111011101010100110000010001001000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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