#060405

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

Shades of Rustic Red #060405

Tints of Rustic Red #060405

Color information

#060405 (or 0x060405) is unknown color: approx Rustic Red. HEX triplet: 06, 04 and 05. RGB value is (6,4,5). Sum of RGB (Red+Green+Blue) = 6+4+5=15 (1% of max value = 765). Red value is 6 (2.73% from 255 or 40% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 6 - color contains mainly: red. Hex color #060405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060405 is #F9FBFA. Grayscale: #040404. Windows color (decimal): -16382971 or 328710. OLE color: 328710.

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

Color convert

RGB645-
CMYK00.330.170.98
HSL330º20%1.96%-
HSV(B)330º33.33%2.35%-
XYZ0.150.140.16-
YUV4.71128.16128.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 26.67%
BLUE value IS 5 (2.34% from 255) = 33.33%
R=40%
G=26.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal64500.330.170.98330201.96
Hex645021116214a142
Octal64504121142512242
Binary11010010101000011000111000101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060405; }

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

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

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

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

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

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

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

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