#060102

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

Shades of Rustic Red #060102

Tints of Rustic Red #060102

Color information

#060102 (or 0x060102) is unknown color: approx Rustic Red. HEX triplet: 06, 01 and 02. RGB value is (6,1,2). Sum of RGB (Red+Green+Blue) = 6+1+2=9 (1% of max value = 765). Red value is 6 (2.73% from 255 or 66.67% from 9); Green value is 1 (0.78% from 255 or 11.11% from 9); Blue value is 2 (1.17% from 255 or 22.22% from 9); Max value from RGB is 6 - color contains mainly: red. Hex color #060102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060102 is #F9FEFD. Grayscale: #020202. Windows color (decimal): -16383742 or 131334. OLE color: 131334.

HSL color Cylindrical-coordinate representation of color #060102: hue angle of 348º 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 #060102 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.98.

Color convert

RGB612-
CMYK00.830.670.98
HSL348º71.43%1.37%-
HSV(B)348º83.33%2.35%-
XYZ0.10.060.06-
YUV2.61127.66130.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 11.11%
BLUE value IS 2 (1.17% from 255) = 22.22%
R=66.67%
G=11.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal61200.830.670.9834871.431.37
Hex612053436215c471
Octal61201231031425341071
Binary110110010100111000011110001010101110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060102; }

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

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

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

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

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

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

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

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