#060203

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

Shades of Rustic Red #060203

Tints of Rustic Red #060203

Color information

#060203 (or 0x060203) is unknown color: approx Rustic Red. HEX triplet: 06, 02 and 03. RGB value is (6,2,3). Sum of RGB (Red+Green+Blue) = 6+2+3=11 (1% of max value = 765). Red value is 6 (2.73% from 255 or 54.55% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 3 (1.56% from 255 or 27.27% from 11); Max value from RGB is 6 - color contains mainly: red. Hex color #060203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060203 is #F9FDFC. Grayscale: #030303. Windows color (decimal): -16383485 or 197126. OLE color: 197126.

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

Color convert

RGB623-
CMYK00.670.500.98
HSL345º50%1.57%-
HSV(B)345º66.67%2.35%-
XYZ0.110.090.1-
YUV3.31127.83129.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 54.55%
GREEN value IS 2 (1.17% from 255) = 18.18%
BLUE value IS 3 (1.56% from 255) = 27.27%
R=54.55%
G=18.18%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal62300.670.500.98345501.57
Hex6230433262159322
Octal623010362142531622
Binary110101101000011110010110001010101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060203; }

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

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

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

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

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

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

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

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