Html Css Color HEX #441519 Rustic Red

📋 copy color: '#441519'

red 68 ◦ green 21 ◦ blue 25

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

Shades of Rustic Red #441519

Tints of Rustic Red #441519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.93%

R = 59.65%
G = 18.42%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#441519 (or 0x441519) is known color: Rustic Red. HEX triplet: 44, 15 and 19. RGB value is (68,21,25). Sum of RGB (Red+Green+Blue) = 68+21+25=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #441519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441519 is #BBEAE6. Grayscale: #232323. Windows color (decimal): -12315367 or 1643844. OLE color: 1643844.

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

Color convert

RGB 68 21 25 -
CMYK 0 0.69 0.63 0.73
HSL 354.89º 0.53% 0.17% -
HSV(B) 354.89º 0.69% 0.27% -
XYZ 2.83 1.84 1.12 -
YUV 35.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 68 21 25 0 0.69 0.63 0.73 354.89 0.53 0.17
Hex 44 15 19 0 45 3F 49 163 35 11
Octal 104 25 31 0 105 77 111 543 65 21
Binary 1000100 10101 11001 0 1000101 111111 1001001 101100011 110101 10001

Color Harmonies of #441519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441519

Black with #441519

Text Example


Text Example

White with #441519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441519; }

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

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

background-color css

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

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

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

border-color css

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

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

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