#440315

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

Shades of Rustic Red #440315

Tints of Rustic Red #440315

Color information

#440315 (or 0x440315) is unknown color: approx Rustic Red. HEX triplet: 44, 03 and 15. RGB value is (68,3,21). Sum of RGB (Red+Green+Blue) = 68+3+21=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440315 is #BBFCEA. Grayscale: #181818. Windows color (decimal): -12319979 or 1377092. OLE color: 1377092.

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

Color convert

RGB68321-
CMYK00.960.690.73
HSL343.38º91.55%13.92%-
HSV(B)343.38º95.59%26.67%-
XYZ2.551.350.84-
YUV24.49126.03159.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.91%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=73.91%
G=3.26%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6832100.960.690.73343.3891.5513.92
Hex4431506045491575ce
Octal104325014010511152713416
Binary10001001110101011000001000101100100110101011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440315; }

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

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

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

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

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

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

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

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