#441314

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

Shades of Rustic Red #441314

Tints of Rustic Red #441314

Color information

#441314 (or 0x441314) is unknown color: approx Rustic Red. HEX triplet: 44, 13 and 14. RGB value is (68,19,20). Sum of RGB (Red+Green+Blue) = 68+19+20=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441314 is #BBECEB. Grayscale: #212121. Windows color (decimal): -12315884 or 1315652. OLE color: 1315652.

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

Color convert

RGB681920-
CMYK00.720.710.73
HSL358.78º56.32%17.06%-
HSV(B)358.78º72.06%26.67%-
XYZ2.741.750.85-
YUV33.76120.23152.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=63.55%
G=17.76%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68192000.720.710.73358.7856.3217.06
Hex44131404847491673811
Octal104232401101071115477021
Binary10001001001110100010010001000111100100110110011111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441314; }

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

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

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

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

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

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

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

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