Html Css Color HEX #51130C Red Oxide

📋 copy color: '#51130C'

red 81 ◦ green 19 ◦ blue 12

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

Shades of Red Oxide #51130C

Tints of Red Oxide #51130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.96%

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

R = 72.32%
G = 16.96%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#51130C (or 0x51130C) is known color: Red Oxide. HEX triplet: 51, 13 and 0C. RGB value is (81,19,12). Sum of RGB (Red+Green+Blue) = 81+19+12=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #51130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51130C is #AEECF3. Grayscale: #242424. Windows color (decimal): -11463924 or 791377. OLE color: 791377.

HSL color Cylindrical-coordinate representation of color #51130C: hue angle of 6.09º 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 #51130C is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 19 12 -
CMYK 0 0.77 0.85 0.68
HSL 6.09º 0.74% 0.18% -
HSV(B) 6.09º 0.85% 0.32% -
XYZ 3.69 2.24 0.59 -
YUV 36.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 81 19 12 0 0.77 0.85 0.68 6.09 0.74 0.18
Hex 51 13 C 0 4D 55 44 6 4A 12
Octal 121 23 14 0 115 125 104 6 112 22
Binary 1010001 10011 1100 0 1001101 1010101 1000100 110 1001010 10010

Color Harmonies of #51130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51130C

Black with #51130C

Text Example


Text Example

White with #51130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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