Html Css Color HEX #441416 Rustic Red

📋 copy color: '#441416'

red 68 ◦ green 20 ◦ blue 22

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

Shades of Rustic Red #441416

Tints of Rustic Red #441416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.18%

 BLUE value IS 22 (8.98% from 255) = 20%

R = 61.82%
G = 18.18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#441416 (or 0x441416) is known color: Rustic Red. HEX triplet: 44, 14 and 16. RGB value is (68,20,22). Sum of RGB (Red+Green+Blue) = 68+20+22=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #441416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441416 is #BBEBE9. Grayscale: #222222. Windows color (decimal): -12315626 or 1446980. OLE color: 1446980.

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

Color convert

RGB 68 20 22 -
CMYK 0 0.71 0.68 0.73
HSL 357.5º 0.55% 0.17% -
HSV(B) 357.5º 0.71% 0.27% -
XYZ 2.78 1.79 0.96 -
YUV 34.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 68 20 22 0 0.71 0.68 0.73 357.5 0.55 0.17
Hex 44 14 16 0 47 44 49 166 37 11
Octal 104 24 26 0 107 104 111 546 67 21
Binary 1000100 10100 10110 0 1000111 1000100 1001001 101100110 110111 10001

Color Harmonies of #441416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441416

Black with #441416

Text Example


Text Example

White with #441416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441416; }

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

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

background-color css

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

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

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

border-color css

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

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

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