#510B0A

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

Shades of Red Oxide #510B0A

Tints of Red Oxide #510B0A

Color information

#510B0A (or 0x510B0A) is unknown color: approx Red Oxide. HEX triplet: 51, 0B and 0A. RGB value is (81,11,10). Sum of RGB (Red+Green+Blue) = 81+11+10=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #510B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510B0A is #AEF4F5. Grayscale: #1F1F1F. Windows color (decimal): -11465974 or 658257. OLE color: 658257.

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

Color convert

RGB811110-
CMYK00.860.880.68
HSL0.85º78.02%17.84%-
HSV(B)0.85º87.65%31.76%-
XYZ3.572.010.49-
YUV31.82115.69163.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 79.41%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=79.41%
G=10.78%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81111000.860.880.680.8578.0217.84
Hex51BA056584414e12
Octal12113120126130104111622
Binary10100011011101001010110101100010001001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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