Html Css Color HEX #441417 Rustic Red

📋 copy color: '#441417'

red 68 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #441417

Tints of Rustic Red #441417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.72%

R = 61.26%
G = 18.02%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#441417 (or 0x441417) is known color: Rustic Red. HEX triplet: 44, 14 and 17. RGB value is (68,20,23). Sum of RGB (Red+Green+Blue) = 68+20+23=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #441417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441417 is #BBEBE8. Grayscale: #222222. Windows color (decimal): -12315625 or 1512516. OLE color: 1512516.

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

Color convert

RGB 68 20 23 -
CMYK 0 0.71 0.66 0.73
HSL 356.25º 0.55% 0.17% -
HSV(B) 356.25º 0.71% 0.27% -
XYZ 2.79 1.79 1.01 -
YUV 34.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 68 20 23 0 0.71 0.66 0.73 356.25 0.55 0.17
Hex 44 14 17 0 47 42 49 164 37 11
Octal 104 24 27 0 107 102 111 544 67 21
Binary 1000100 10100 10111 0 1000111 1000010 1001001 101100100 110111 10001

Color Harmonies of #441417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441417

Black with #441417

Text Example


Text Example

White with #441417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441417; }

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

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

background-color css

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

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

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

border-color css

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

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

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