Html Css Color HEX #511210 Red Oxide

📋 copy color: '#511210'

red 81 ◦ green 18 ◦ blue 16

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

Shades of Red Oxide #511210

Tints of Red Oxide #511210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

 BLUE value IS 16 (6.64% from 255) = 13.91%

R = 70.43%
G = 15.65%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#511210 (or 0x511210) is known color: Red Oxide. HEX triplet: 51, 12 and 10. RGB value is (81,18,16). Sum of RGB (Red+Green+Blue) = 81+18+16=115 (15% of max value = 765). Red value is 81 (32.03% from 255 or 70.43% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 81 - color contains mainly: red. Hex color #511210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511210 is #AEEDEF. Grayscale: #242424. Windows color (decimal): -11464176 or 1053265. OLE color: 1053265.

HSL color Cylindrical-coordinate representation of color #511210: hue angle of 1.85º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511210 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 18 16 -
CMYK 0 0.78 0.80 0.68
HSL 1.85º 0.67% 0.19% -
HSV(B) 1.85º 0.8% 0.32% -
XYZ 3.7 2.22 0.72 -
YUV 36.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 81 18 16 0 0.78 0.80 0.68 1.85 0.67 0.19
Hex 51 12 10 0 4E 50 44 2 43 13
Octal 121 22 20 0 116 120 104 2 103 23
Binary 1010001 10010 10000 0 1001110 1010000 1000100 10 1000011 10011

Color Harmonies of #511210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511210

Black with #511210

Text Example


Text Example

White with #511210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511210; }

 p { color: rgb(81,18,16); }

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

background-color css

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

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

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

border-color css

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

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

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