#060204

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

Shades of Rustic Red #060204

Tints of Rustic Red #060204

Color information

#060204 (or 0x060204) is unknown color: approx Rustic Red. HEX triplet: 06, 02 and 04. RGB value is (6,2,4). Sum of RGB (Red+Green+Blue) = 6+2+4=12 (1% of max value = 765). Red value is 6 (2.73% from 255 or 50% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 4 (1.95% from 255 or 33.33% from 12); Max value from RGB is 6 - color contains mainly: red. Hex color #060204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060204 is #F9FDFB. Grayscale: #030303. Windows color (decimal): -16383484 or 262662. OLE color: 262662.

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

Color convert

RGB624-
CMYK00.670.330.98
HSL330º50%1.57%-
HSV(B)330º66.67%2.35%-
XYZ0.120.090.13-
YUV3.42128.33129.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 16.67%
BLUE value IS 4 (1.95% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal62400.670.330.98330501.57
Hex624043216214a322
Octal624010341142512622
Binary1101010001000011100001110001010100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060204; }

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

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

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

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

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

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

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

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