#510B0B

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

Shades of Red Oxide #510B0B

Tints of Red Oxide #510B0B

Color information

#510B0B (or 0x510B0B) is unknown color: approx Red Oxide. HEX triplet: 51, 0B and 0B. RGB value is (81,11,11). Sum of RGB (Red+Green+Blue) = 81+11+11=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #510B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510B0B is #AEF4F4. Grayscale: #202020. Windows color (decimal): -11465973 or 723793. OLE color: 723793.

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

Color convert

RGB811111-
CMYK00.860.860.68
HSL76.09%18.04%-
HSV(B)86.42%31.76%-
XYZ3.572.010.52-
YUV31.93116.19163-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81111100.860.860.68076.0918.04
Hex51BB056564404c12
Octal12113130126126104011422
Binary10100011011101101010110101011010001000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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