#440313

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

Shades of Rustic Red #440313

Tints of Rustic Red #440313

Color information

#440313 (or 0x440313) is unknown color: approx Rustic Red. HEX triplet: 44, 03 and 13. RGB value is (68,3,19). Sum of RGB (Red+Green+Blue) = 68+3+19=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #440313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440313 is #BBFCEC. Grayscale: #181818. Windows color (decimal): -12319981 or 1246020. OLE color: 1246020.

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

Color convert

RGB68319-
CMYK00.960.720.73
HSL345.23º91.55%13.92%-
HSV(B)345.23º95.59%26.67%-
XYZ2.531.340.74-
YUV24.26125.03159.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 75.56%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=75.56%
G=3.33%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6831900.960.720.73345.2391.5513.92
Hex4431306048491595ce
Octal104323014011011153113416
Binary10001001110011011000001001000100100110101100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440313; }

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

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

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

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

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

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

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

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