#510B03

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

Shades of Red Oxide #510B03

Tints of Red Oxide #510B03

Color information

#510B03 (or 0x510B03) is unknown color: approx Red Oxide. HEX triplet: 51, 0B and 03. RGB value is (81,11,3). Sum of RGB (Red+Green+Blue) = 81+11+3=95 (12% of max value = 765). Red value is 81 (32.03% from 255 or 85.26% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 81 - color contains mainly: red. Hex color #510B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510B03 is #AEF4FC. Grayscale: #1F1F1F. Windows color (decimal): -11465981 or 199505. OLE color: 199505.

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

Color convert

RGB81113-
CMYK00.860.960.68
HSL6.15º92.86%16.47%-
HSV(B)6.15º96.3%31.76%-
XYZ3.5320.29-
YUV31.02112.19163.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 85.26%
GREEN value IS 11 (4.69% from 255) = 11.58%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=85.26%
G=11.58%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8111300.860.960.686.1592.8616.47
Hex51B3056604465d10
Octal1211330126140104613520
Binary10100011011110101011011000001000100110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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