Html Css Color HEX #51120E Red Oxide

📋 copy color: '#51120E'

red 81 ◦ green 18 ◦ blue 14

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

Shades of Red Oxide #51120E

Tints of Red Oxide #51120E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.39%

R = 71.68%
G = 15.93%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#51120E (or 0x51120E) is known color: Red Oxide. HEX triplet: 51, 12 and 0E. RGB value is (81,18,14). Sum of RGB (Red+Green+Blue) = 81+18+14=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #51120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51120E is #AEEDF1. Grayscale: #242424. Windows color (decimal): -11464178 or 922193. OLE color: 922193.

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

Color convert

RGB 81 18 14 -
CMYK 0 0.78 0.83 0.68
HSL 3.58º 0.71% 0.19% -
HSV(B) 3.58º 0.83% 0.32% -
XYZ 3.69 2.21 0.65 -
YUV 36.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 81 18 14 0 0.78 0.83 0.68 3.58 0.71 0.19
Hex 51 12 E 0 4E 53 44 4 47 13
Octal 121 22 16 0 116 123 104 4 107 23
Binary 1010001 10010 1110 0 1001110 1010011 1000100 100 1000111 10011

Color Harmonies of #51120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51120E

Black with #51120E

Text Example


Text Example

White with #51120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51120E; }

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

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

background-color css

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

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

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

border-color css

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

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

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