Html Css Color HEX #441217 Rustic Red

📋 copy color: '#441217'

red 68 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #441217

Tints of Rustic Red #441217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.51%

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

R = 62.39%
G = 16.51%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#441217 (or 0x441217) is known color: Rustic Red. HEX triplet: 44, 12 and 17. RGB value is (68,18,23). Sum of RGB (Red+Green+Blue) = 68+18+23=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #441217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441217 is #BBEDE8. Grayscale: #212121. Windows color (decimal): -12316137 or 1512004. OLE color: 1512004.

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

Color convert

RGB 68 18 23 -
CMYK 0 0.74 0.66 0.73
HSL 354º 0.58% 0.17% -
HSV(B) 354º 0.74% 0.27% -
XYZ 2.75 1.72 1 -
YUV 33.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 68 18 23 0 0.74 0.66 0.73 354 0.58 0.17
Hex 44 12 17 0 4A 42 49 162 3A 11
Octal 104 22 27 0 112 102 111 542 72 21
Binary 1000100 10010 10111 0 1001010 1000010 1001001 101100010 111010 10001

Color Harmonies of #441217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441217

Black with #441217

Text Example


Text Example

White with #441217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441217; }

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

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

background-color css

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

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

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

border-color css

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

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

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