#440005

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

Shades of Rustic Red #440005

Tints of Rustic Red #440005

Color information

#440005 (or 0x440005) is unknown color: approx Rustic Red. HEX triplet: 44, 00 and 05. RGB value is (68,0,5). Sum of RGB (Red+Green+Blue) = 68+0+5=73 (9% of max value = 765). Red value is 68 (26.95% from 255 or 93.15% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 68 - color contains mainly: red. Hex color #440005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440005 is #BBFFFA. Grayscale: #141414. Windows color (decimal): -12320763 or 327748. OLE color: 327748.

HSL color Cylindrical-coordinate representation of color #440005: hue angle of 355.59º 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 #440005 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB6805-
CMYK010.930.73
HSL355.59º100%13.33%-
HSV(B)355.59º100%26.67%-
XYZ2.411.240.26-
YUV20.9119.03161.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 93.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=93.15%
G=0%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6805010.930.73355.5910013.33
Hex44050645D4916464d
Octal10405014413511154414415
Binary10001000101011001001011101100100110110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440005; }

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

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

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

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

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

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

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

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