#050304

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

Shades of Rustic Red #050304

Tints of Rustic Red #050304

Color information

#050304 (or 0x050304) is unknown color: approx Rustic Red. HEX triplet: 05, 03 and 04. RGB value is (5,3,4). Sum of RGB (Red+Green+Blue) = 5+3+4=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 3 (1.56% from 255 or 25% from 12); Blue value is 4 (1.95% from 255 or 33.33% from 12); Max value from RGB is 5 - color contains mainly: red. Hex color #050304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050304 is #FAFCFB. Grayscale: #030303. Windows color (decimal): -16448764 or 262917. OLE color: 262917.

HSL color Cylindrical-coordinate representation of color #050304: hue angle of 330º degrees, saturation: 0.25, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #050304 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.98.

Color convert

RGB534-
CMYK00.400.200.98
HSL330º25%1.57%-
HSV(B)330º40%1.96%-
XYZ0.120.110.13-
YUV3.71128.16128.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 41.67%
GREEN value IS 3 (1.56% from 255) = 25%
BLUE value IS 4 (1.95% from 255) = 33.33%
R=41.67%
G=25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal53400.400.200.98330251.57
Hex534028146214a192
Octal53405024142512312
Binary1011110001010001010011000101010010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050304; }

 p { color: rgb(5,3,4); }

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

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

 a { background-color: rgb(5,3,4); }

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

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

 span { border-color: rgb(5,3,4); }

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