#51180C

Color #51180C Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #51180C

Tints of Red Oxide #51180C

Color information

#51180C (or 0x51180C) is unknown color: approx Red Oxide. HEX triplet: 51, 18 and 0C. RGB value is (81,24,12). Sum of RGB (Red+Green+Blue) = 81+24+12=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #51180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51180C is #AEE7F3. Grayscale: #272727. Windows color (decimal): -11462644 or 792657. OLE color: 792657.

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

Color convert

RGB812412-
CMYK00.700.850.68
HSL10.43º74.19%18.24%-
HSV(B)10.43º85.19%31.76%-
XYZ3.792.430.62-
YUV39.67112.38157.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 69.23%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=69.23%
G=20.51%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81241200.700.850.6810.4374.1918.24
Hex5118C0465544a4a12
Octal121301401061251041211222
Binary101000111000110001000110101010110001001010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51180C;
 }
 .AnyTagClassName
 {
   color: #51180C;
 }
</style>
background-color css

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

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

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

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

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

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