#51040C

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

Shades of Rustic Red #51040C

Tints of Rustic Red #51040C

Color information

#51040C (or 0x51040C) is unknown color: approx Rustic Red. HEX triplet: 51, 04 and 0C. RGB value is (81,4,12). Sum of RGB (Red+Green+Blue) = 81+4+12=97 (12% of max value = 765). Red value is 81 (32.03% from 255 or 83.51% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 81 - color contains mainly: red. Hex color #51040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51040C is #AEFBF3. Grayscale: #1B1B1B. Windows color (decimal): -11467764 or 787537. OLE color: 787537.

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

Color convert

RGB81412-
CMYK00.950.850.68
HSL353.77º90.59%16.67%-
HSV(B)353.77º95.06%31.76%-
XYZ3.51.860.52-
YUV27.93119.01165.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 83.51%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=83.51%
G=4.12%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8141200.950.850.68353.7790.5916.67
Hex514C05F55441625b11
Octal121414013712510454213321
Binary101000110011000101111110101011000100101100010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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