#040001

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

Shades of Rustic Red #040001

Tints of Rustic Red #040001

Color information

#040001 (or 0x040001) is unknown color: approx Rustic Red. HEX triplet: 04, 00 and 01. RGB value is (4,0,1). Sum of RGB (Red+Green+Blue) = 4+0+1=5 (0% of max value = 765). Red value is 4 (1.95% from 255 or 80% from 5); Green value is 0 (0.39% from 255 or 0% from 5); Blue value is 1 (0.78% from 255 or 20% from 5); Max value from RGB is 4 - color contains mainly: red. Hex color #040001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040001 is #FBFFFE. Grayscale: #010101. Windows color (decimal): -16515071 or 65540. OLE color: 65540.

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

Color convert

RGB401-
CMYK010.750.98
HSL345º100%0.78%-
HSV(B)345º100%1.57%-
XYZ0.060.030.03-
YUV1.31127.83129.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 20%
R=80%
G=0%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal401010.750.983451000.78
Hex4010644B62159641
Octal40101441131425311441
Binary10001011001001001011110001010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040001; }

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

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

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

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

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

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

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

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