#440312

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

Shades of Rustic Red #440312

Tints of Rustic Red #440312

Color information

#440312 (or 0x440312) is unknown color: approx Rustic Red. HEX triplet: 44, 03 and 12. RGB value is (68,3,18). Sum of RGB (Red+Green+Blue) = 68+3+18=89 (11% of max value = 765). Red value is 68 (26.95% from 255 or 76.40% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 68 - color contains mainly: red. Hex color #440312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440312 is #BBFCED. Grayscale: #181818. Windows color (decimal): -12319982 or 1180484. OLE color: 1180484.

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

Color convert

RGB68318-
CMYK00.960.740.73
HSL346.15º91.55%13.92%-
HSV(B)346.15º95.59%26.67%-
XYZ2.531.340.7-
YUV24.14124.53159.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 76.40%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=76.40%
G=3.37%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6831800.960.740.73346.1591.5513.92
Hex443120604A4915a5ce
Octal104322014011211153213416
Binary10001001110010011000001001010100100110101101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440312; }

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

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

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

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

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

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

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

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