#060304

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

Shades of Rustic Red #060304

Tints of Rustic Red #060304

Color information

#060304 (or 0x060304) is unknown color: approx Rustic Red. HEX triplet: 06, 03 and 04. RGB value is (6,3,4). Sum of RGB (Red+Green+Blue) = 6+3+4=13 (1% of max value = 765). Red value is 6 (2.73% from 255 or 46.15% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 6 - color contains mainly: red. Hex color #060304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060304 is #F9FCFB. Grayscale: #040404. Windows color (decimal): -16383228 or 262918. OLE color: 262918.

HSL color Cylindrical-coordinate representation of color #060304: hue angle of 340º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #060304 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.98.

Color convert

RGB634-
CMYK00.500.330.98
HSL340º33.33%1.76%-
HSV(B)340º50%2.35%-
XYZ0.130.110.13-
YUV4.01127.99129.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 46.15%
GREEN value IS 3 (1.56% from 255) = 23.08%
BLUE value IS 4 (1.95% from 255) = 30.77%
R=46.15%
G=23.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal63400.500.330.9834033.331.76
Hex6340322162154212
Octal63406241142524412
Binary110111000110010100001110001010101010010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060304; }

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

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

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

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

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

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

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

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