#51090A

Color #51090A Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #51090A

Tints of Rustic Red #51090A

Color information

#51090A (or 0x51090A) is unknown color: approx Rustic Red. HEX triplet: 51, 09 and 0A. RGB value is (81,9,10). Sum of RGB (Red+Green+Blue) = 81+9+10=100 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 81 - color contains mainly: red. Hex color #51090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51090A is #AEF6F5. Grayscale: #1E1E1E. Windows color (decimal): -11466486 or 657745. OLE color: 657745.

HSL color Cylindrical-coordinate representation of color #51090A: hue angle of 359.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #51090A is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB81910-
CMYK00.890.880.68
HSL359.17º80%17.65%-
HSV(B)359.17º88.89%31.76%-
XYZ3.551.970.48-
YUV30.64116.35163.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 81%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 10 (4.30% from 255) = 10%
R=81%
G=9%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8191000.890.880.68359.178017.65
Hex519A05958441675012
Octal1211112013113010454712022
Binary1010001100110100101100110110001000100101100111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51090A; }

 p { color: rgb(81,9,10); }

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

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

 a { background-color: rgb(81,9,10); }

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

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

 span { border-color: rgb(81,9,10); }

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