#060104

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

Shades of Rustic Red #060104

Tints of Rustic Red #060104

Color information

#060104 (or 0x060104) is unknown color: approx Rustic Red. HEX triplet: 06, 01 and 04. RGB value is (6,1,4). Sum of RGB (Red+Green+Blue) = 6+1+4=11 (1% of max value = 765). Red value is 6 (2.73% from 255 or 54.55% from 11); Green value is 1 (0.78% from 255 or 9.09% from 11); Blue value is 4 (1.95% from 255 or 36.36% from 11); Max value from RGB is 6 - color contains mainly: red. Hex color #060104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060104 is #F9FEFB. Grayscale: #020202. Windows color (decimal): -16383740 or 262406. OLE color: 262406.

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

Color convert

RGB614-
CMYK00.830.330.98
HSL324º71.43%1.37%-
HSV(B)324º83.33%2.35%-
XYZ0.110.070.12-
YUV2.84128.66130.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 54.55%
GREEN value IS 1 (0.78% from 255) = 9.09%
BLUE value IS 4 (1.95% from 255) = 36.36%
R=54.55%
G=9.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal61400.830.330.9832471.431.37
Hex6140532162144471
Octal6140123411425041071
Binary110110001010011100001110001010100010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060104; }

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

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

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

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

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

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

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

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