#440513

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

Shades of Rustic Red #440513

Tints of Rustic Red #440513

Color information

#440513 (or 0x440513) is unknown color: approx Rustic Red. HEX triplet: 44, 05 and 13. RGB value is (68,5,19). Sum of RGB (Red+Green+Blue) = 68+5+19=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 5 (2.34% from 255 or 5.43% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440513 is #BBFAEC. Grayscale: #191919. Windows color (decimal): -12319469 or 1246532. OLE color: 1246532.

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

Color convert

RGB68519-
CMYK00.930.720.73
HSL346.67º86.3%14.31%-
HSV(B)346.67º92.65%26.67%-
XYZ2.561.380.75-
YUV25.43124.37158.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.91%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 19 (7.81% from 255) = 20.65%
R=73.91%
G=5.43%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6851900.930.720.73346.6786.314.31
Hex4451305D484915b56e
Octal104523013511011153312616
Binary100010010110011010111011001000100100110101101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440513; }

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

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

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

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

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

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

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

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