#510B08

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

Shades of Red Oxide #510B08

Tints of Red Oxide #510B08

Color information

#510B08 (or 0x510B08) is unknown color: approx Red Oxide. HEX triplet: 51, 0B and 08. RGB value is (81,11,8). Sum of RGB (Red+Green+Blue) = 81+11+8=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #510B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510B08 is #AEF4F7. Grayscale: #1F1F1F. Windows color (decimal): -11465976 or 527185. OLE color: 527185.

HSL color Cylindrical-coordinate representation of color #510B08: hue angle of 2.47º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510B08 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB81118-
CMYK00.860.900.68
HSL2.47º82.02%17.45%-
HSV(B)2.47º90.12%31.76%-
XYZ3.562.010.43-
YUV31.59114.69163.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 81%
GREEN value IS 11 (4.69% from 255) = 11%
BLUE value IS 8 (3.52% from 255) = 8%
R=81%
G=11%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8111800.860.900.682.4782.0217.45
Hex51B80565A4425211
Octal12113100126132104212221
Binary101000110111000010101101011010100010010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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