Html Css Color HEX #441115 Rustic Red

📋 copy color: '#441115'

red 68 ◦ green 17 ◦ blue 21

#441115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #441115

Tints of Rustic Red #441115

RGB

 RED value IS 68 (26.95% from 255) = 64.15%

 GREEN value IS 17 (7.03% from 255) = 16.04%

 BLUE value IS 21 (8.59% from 255) = 19.81%

R = 64.15%
G = 16.04%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#441115 (or 0x441115) is known color: Rustic Red. HEX triplet: 44, 11 and 15. RGB value is (68,17,21). Sum of RGB (Red+Green+Blue) = 68+17+21=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #441115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441115 is #BBEEEA. Grayscale: #202020. Windows color (decimal): -12316395 or 1380676. OLE color: 1380676.

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

Color convert

RGB 68 17 21 -
CMYK 0 0.75 0.69 0.73
HSL 355.29º 0.6% 0.17% -
HSV(B) 355.29º 0.75% 0.27% -
XYZ 2.72 1.68 0.89 -
YUV 32.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 68 17 21 0 0.75 0.69 0.73 355.29 0.6 0.17
Hex 44 11 15 0 4B 45 49 163 3C 11
Octal 104 21 25 0 113 105 111 543 74 21
Binary 1000100 10001 10101 0 1001011 1000101 1001001 101100011 111100 10001

Color Harmonies of #441115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441115

Black with #441115

Text Example


Text Example

White with #441115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441115; }

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

 H1.HeaderClassName
 {
   color: #441115;
 }
 .AnyTagClassName
 {
   color: #441115;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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