Html Css Color HEX #440E19 Rustic Red

📋 copy color: '#440E19'

red 68 ◦ green 14 ◦ blue 25

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

Shades of Rustic Red #440E19

Tints of Rustic Red #440E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.08%

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

R = 63.55%
G = 13.08%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#440E19 (or 0x440E19) is known color: Rustic Red. HEX triplet: 44, 0E and 19. RGB value is (68,14,25). Sum of RGB (Red+Green+Blue) = 68+14+25=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #440E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440E19 is #BBF1E6. Grayscale: #1F1F1F. Windows color (decimal): -12317159 or 1642052. OLE color: 1642052.

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

Color convert

RGB 68 14 25 -
CMYK 0 0.79 0.63 0.73
HSL 347.78º 0.66% 0.16% -
HSV(B) 347.78º 0.79% 0.27% -
XYZ 2.72 1.61 1.09 -
YUV 31.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 68 14 25 0 0.79 0.63 0.73 347.78 0.66 0.16
Hex 44 E 19 0 4F 3F 49 15C 42 10
Octal 104 16 31 0 117 77 111 534 102 20
Binary 1000100 1110 11001 0 1001111 111111 1001001 101011100 1000010 10000

Color Harmonies of #440E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440E19

Black with #440E19

Text Example


Text Example

White with #440E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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