Html Css Color HEX #441316 Rustic Red

📋 copy color: '#441316'

red 68 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #441316

Tints of Rustic Red #441316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

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

R = 62.39%
G = 17.43%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#441316 (or 0x441316) is known color: Rustic Red. HEX triplet: 44, 13 and 16. RGB value is (68,19,22). Sum of RGB (Red+Green+Blue) = 68+19+22=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #441316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441316 is #BBECE9. Grayscale: #222222. Windows color (decimal): -12315882 or 1446724. OLE color: 1446724.

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

Color convert

RGB 68 19 22 -
CMYK 0 0.72 0.68 0.73
HSL 356.33º 0.56% 0.17% -
HSV(B) 356.33º 0.72% 0.27% -
XYZ 2.76 1.75 0.95 -
YUV 33.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 68 19 22 0 0.72 0.68 0.73 356.33 0.56 0.17
Hex 44 13 16 0 48 44 49 164 38 11
Octal 104 23 26 0 110 104 111 544 70 21
Binary 1000100 10011 10110 0 1001000 1000100 1001001 101100100 111000 10001

Color Harmonies of #441316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441316

Black with #441316

Text Example


Text Example

White with #441316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441316; }

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

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

background-color css

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

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

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

border-color css

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

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

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