Html Css Color HEX #441517 Rustic Red

📋 copy color: '#441517'

red 68 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #441517

Tints of Rustic Red #441517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.75%

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

R = 60.71%
G = 18.75%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#441517 (or 0x441517) is known color: Rustic Red. HEX triplet: 44, 15 and 17. RGB value is (68,21,23). Sum of RGB (Red+Green+Blue) = 68+21+23=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #441517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441517 is #BBEAE8. Grayscale: #232323. Windows color (decimal): -12315369 or 1512772. OLE color: 1512772.

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

Color convert

RGB 68 21 23 -
CMYK 0 0.69 0.66 0.73
HSL 357.45º 0.53% 0.17% -
HSV(B) 357.45º 0.69% 0.27% -
XYZ 2.81 1.83 1.02 -
YUV 35.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 68 21 23 0 0.69 0.66 0.73 357.45 0.53 0.17
Hex 44 15 17 0 45 42 49 165 35 11
Octal 104 25 27 0 105 102 111 545 65 21
Binary 1000100 10101 10111 0 1000101 1000010 1001001 101100101 110101 10001

Color Harmonies of #441517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441517

Black with #441517

Text Example


Text Example

White with #441517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441517; }

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

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

background-color css

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

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

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

border-color css

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

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

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