Html Css Color HEX #510E0B Red Oxide

📋 copy color: '#510E0B'

red 81 ◦ green 14 ◦ blue 11

#510E0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #510E0B

Tints of Red Oxide #510E0B

RGB

 RED value IS 81 (32.03% from 255) = 76.42%

 GREEN value IS 14 (5.86% from 255) = 13.21%

 BLUE value IS 11 (4.69% from 255) = 10.38%

R = 76.42%
G = 13.21%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#510E0B (or 0x510E0B) is known color: Red Oxide. HEX triplet: 51, 0E and 0B. RGB value is (81,14,11). Sum of RGB (Red+Green+Blue) = 81+14+11=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #510E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510E0B is #AEF1F4. Grayscale: #212121. Windows color (decimal): -11465205 or 724561. OLE color: 724561.

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

Color convert

RGB 81 14 11 -
CMYK 0 0.83 0.86 0.68
HSL 2.57º 0.76% 0.18% -
HSV(B) 2.57º 0.86% 0.32% -
XYZ 3.61 2.09 0.53 -
YUV 33.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 81 14 11 0 0.83 0.86 0.68 2.57 0.76 0.18
Hex 51 E B 0 53 56 44 3 4C 12
Octal 121 16 13 0 123 126 104 3 114 22
Binary 1010001 1110 1011 0 1010011 1010110 1000100 11 1001100 10010

Color Harmonies of #510E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E0B

Black with #510E0B

Text Example


Text Example

White with #510E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #510E0B;
 }
 .AnyTagClassName
 {
   color: #510E0B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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