#440001

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

Shades of Rustic Red #440001

Tints of Rustic Red #440001

Color information

#440001 (or 0x440001) is unknown color: approx Rustic Red. HEX triplet: 44, 00 and 01. RGB value is (68,0,1). Sum of RGB (Red+Green+Blue) = 68+0+1=69 (9% of max value = 765). Red value is 68 (26.95% from 255 or 98.55% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 68 - color contains mainly: red. Hex color #440001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440001 is #BBFFFE. Grayscale: #141414. Windows color (decimal): -12320767 or 65604. OLE color: 65604.

HSL color Cylindrical-coordinate representation of color #440001: hue angle of 359.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB6801-
CMYK010.990.73
HSL359.12º100%13.33%-
HSV(B)359.12º100%26.67%-
XYZ2.391.230.14-
YUV20.45117.03161.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 98.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=98.55%
G=0%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6801010.990.73359.1210013.33
Hex4401064634916764d
Octal10401014414311154714415
Binary100010001011001001100011100100110110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440001; }

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

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

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

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

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

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

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

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