Html Css Color HEX #510D0B Red Oxide

📋 copy color: '#510D0B'

red 81 ◦ green 13 ◦ blue 11

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

Shades of Red Oxide #510D0B

Tints of Red Oxide #510D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.38%

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

R = 77.14%
G = 12.38%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#510D0B (or 0x510D0B) is known color: Red Oxide. HEX triplet: 51, 0D and 0B. RGB value is (81,13,11). Sum of RGB (Red+Green+Blue) = 81+13+11=105 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.14% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 81 - color contains mainly: red. Hex color #510D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510D0B is #AEF2F4. Grayscale: #212121. Windows color (decimal): -11465461 or 724305. OLE color: 724305.

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

Color convert

RGB 81 13 11 -
CMYK 0 0.84 0.86 0.68
HSL 1.71º 0.76% 0.18% -
HSV(B) 1.71º 0.86% 0.32% -
XYZ 3.6 2.06 0.52 -
YUV 33.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 81 13 11 0 0.84 0.86 0.68 1.71 0.76 0.18
Hex 51 D B 0 54 56 44 2 4C 12
Octal 121 15 13 0 124 126 104 2 114 22
Binary 1010001 1101 1011 0 1010100 1010110 1000100 10 1001100 10010

Color Harmonies of #510D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D0B

Black with #510D0B

Text Example


Text Example

White with #510D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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