#440507

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

Shades of Rustic Red #440507

Tints of Rustic Red #440507

Color information

#440507 (or 0x440507) is unknown color: approx Rustic Red. HEX triplet: 44, 05 and 07. RGB value is (68,5,7). Sum of RGB (Red+Green+Blue) = 68+5+7=80 (10% of max value = 765). Red value is 68 (26.95% from 255 or 85% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 68 - color contains mainly: red. Hex color #440507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440507 is #BBFAF8. Grayscale: #181818. Windows color (decimal): -12319481 or 460100. OLE color: 460100.

HSL color Cylindrical-coordinate representation of color #440507: hue angle of 358.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440507 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB6857-
CMYK00.930.900.73
HSL358.1º86.3%14.31%-
HSV(B)358.1º92.65%26.67%-
XYZ2.481.350.33-
YUV24.06118.37159.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 85%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 7 (3.12% from 255) = 8.75%
R=85%
G=6.25%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal685700.930.900.73358.186.314.31
Hex445705D5A4916656e
Octal10457013513211154612616
Binary1000100101111010111011011010100100110110011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440507; }

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

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

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

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

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

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

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

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