#060103

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

Shades of Rustic Red #060103

Tints of Rustic Red #060103

Color information

#060103 (or 0x060103) is unknown color: approx Rustic Red. HEX triplet: 06, 01 and 03. RGB value is (6,1,3). Sum of RGB (Red+Green+Blue) = 6+1+3=10 (1% of max value = 765). Red value is 6 (2.73% from 255 or 60% from 10); Green value is 1 (0.78% from 255 or 10% from 10); Blue value is 3 (1.56% from 255 or 30% from 10); Max value from RGB is 6 - color contains mainly: red. Hex color #060103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060103 is #F9FEFC. Grayscale: #020202. Windows color (decimal): -16383741 or 196870. OLE color: 196870.

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

Color convert

RGB613-
CMYK00.830.500.98
HSL336º71.43%1.37%-
HSV(B)336º83.33%2.35%-
XYZ0.10.070.09-
YUV2.72128.16130.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 10%
BLUE value IS 3 (1.56% from 255) = 30%
R=60%
G=10%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal61300.830.500.9833671.431.37
Hex6130533262150471
Octal6130123621425201071
Binary11011101010011110010110001010101000010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060103; }

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

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

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

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

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

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

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

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