#510204

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

Shades of Rustic Red #510204

Tints of Rustic Red #510204

Color information

#510204 (or 0x510204) is unknown color: approx Rustic Red. HEX triplet: 51, 02 and 04. RGB value is (81,2,4). Sum of RGB (Red+Green+Blue) = 81+2+4=87 (11% of max value = 765). Red value is 81 (32.03% from 255 or 93.10% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 81 - color contains mainly: red. Hex color #510204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510204 is #AEFDFB. Grayscale: #191919. Windows color (decimal): -11468284 or 262737. OLE color: 262737.

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

Color convert

RGB8124-
CMYK00.980.950.68
HSL358.48º95.18%16.27%-
HSV(B)358.48º97.53%31.76%-
XYZ3.441.80.28-
YUV25.85115.67167.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 93.10%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 4 (1.95% from 255) = 4.60%
R=93.10%
G=2.30%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal812400.980.950.68358.4895.1816.27
Hex51240625F441665f10
Octal12124014213710454613720
Binary1010001101000110001010111111000100101100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510204; }

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

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

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

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

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

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

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

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