Html Css Color HEX #51110C Red Oxide

📋 copy color: '#51110C'

red 81 ◦ green 17 ◦ blue 12

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

Shades of Red Oxide #51110C

Tints of Red Oxide #51110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.45%

 BLUE value IS 12 (5.08% from 255) = 10.91%

R = 73.64%
G = 15.45%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#51110C (or 0x51110C) is known color: Red Oxide. HEX triplet: 51, 11 and 0C. RGB value is (81,17,12). Sum of RGB (Red+Green+Blue) = 81+17+12=110 (14% of max value = 765). Red value is 81 (32.03% from 255 or 73.64% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 81 - color contains mainly: red. Hex color #51110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51110C is #AEEEF3. Grayscale: #232323. Windows color (decimal): -11464436 or 790865. OLE color: 790865.

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

Color convert

RGB 81 17 12 -
CMYK 0 0.79 0.85 0.68
HSL 4.35º 0.74% 0.18% -
HSV(B) 4.35º 0.85% 0.32% -
XYZ 3.66 2.18 0.58 -
YUV 35.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 81 17 12 0 0.79 0.85 0.68 4.35 0.74 0.18
Hex 51 11 C 0 4F 55 44 4 4A 12
Octal 121 21 14 0 117 125 104 4 112 22
Binary 1010001 10001 1100 0 1001111 1010101 1000100 100 1001010 10010

Color Harmonies of #51110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51110C

Black with #51110C

Text Example


Text Example

White with #51110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51110C; }

 p { color: rgb(81,17,12); }

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

background-color css

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

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

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

border-color css

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

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

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