Html Css Color HEX #441019 Rustic Red

📋 copy color: '#441019'

red 68 ◦ green 16 ◦ blue 25

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

Shades of Rustic Red #441019

Tints of Rustic Red #441019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 62.39%
G = 14.68%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#441019 (or 0x441019) is known color: Rustic Red. HEX triplet: 44, 10 and 19. RGB value is (68,16,25). Sum of RGB (Red+Green+Blue) = 68+16+25=109 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.39% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 68 - color contains mainly: red. Hex color #441019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441019 is #BBEFE6. Grayscale: #202020. Windows color (decimal): -12316647 or 1642564. OLE color: 1642564.

HSL color Cylindrical-coordinate representation of color #441019: hue angle of 349.62º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441019 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 16 25 -
CMYK 0 0.76 0.63 0.73
HSL 349.62º 0.62% 0.16% -
HSV(B) 349.62º 0.76% 0.27% -
XYZ 2.74 1.67 1.1 -
YUV 32.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 68 16 25 0 0.76 0.63 0.73 349.62 0.62 0.16
Hex 44 10 19 0 4C 3F 49 15E 3E 10
Octal 104 20 31 0 114 77 111 536 76 20
Binary 1000100 10000 11001 0 1001100 111111 1001001 101011110 111110 10000

Color Harmonies of #441019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441019

Black with #441019

Text Example


Text Example

White with #441019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441019; }

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

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

background-color css

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

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

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

border-color css

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

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

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