#510B02

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

Shades of Red Oxide #510B02

Tints of Red Oxide #510B02

Color information

#510B02 (or 0x510B02) is unknown color: approx Red Oxide. HEX triplet: 51, 0B and 02. RGB value is (81,11,2). Sum of RGB (Red+Green+Blue) = 81+11+2=94 (12% of max value = 765). Red value is 81 (32.03% from 255 or 86.17% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 81 - color contains mainly: red. Hex color #510B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510B02 is #AEF4FD. Grayscale: #1F1F1F. Windows color (decimal): -11465982 or 133969. OLE color: 133969.

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

Color convert

RGB81112-
CMYK00.860.980.68
HSL6.84º95.18%16.27%-
HSV(B)6.84º97.53%31.76%-
XYZ3.521.990.26-
YUV30.9111.69163.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 86.17%
GREEN value IS 11 (4.69% from 255) = 11.70%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=86.17%
G=11.70%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8111200.860.980.686.8495.1816.27
Hex51B2056624475f10
Octal1211320126142104713720
Binary10100011011100101011011000101000100111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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