Html Css Color HEX #440916 Rustic Red

📋 copy color: '#440916'

red 68 ◦ green 9 ◦ blue 22

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

Shades of Rustic Red #440916

Tints of Rustic Red #440916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

 BLUE value IS 22 (8.98% from 255) = 22.22%

R = 68.69%
G = 9.09%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#440916 (or 0x440916) is known color: Rustic Red. HEX triplet: 44, 09 and 16. RGB value is (68,9,22). Sum of RGB (Red+Green+Blue) = 68+9+22=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #440916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440916 is #BBF6E9. Grayscale: #1C1C1C. Windows color (decimal): -12318442 or 1444164. OLE color: 1444164.

HSL color Cylindrical-coordinate representation of color #440916: hue angle of 346.78º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440916 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 9 22 -
CMYK 0 0.87 0.68 0.73
HSL 346.78º 0.77% 0.15% -
HSV(B) 346.78º 0.87% 0.27% -
XYZ 2.63 1.48 0.91 -
YUV 28.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 68 9 22 0 0.87 0.68 0.73 346.78 0.77 0.15
Hex 44 9 16 0 57 44 49 15B 4D F
Octal 104 11 26 0 127 104 111 533 115 17
Binary 1000100 1001 10110 0 1010111 1000100 1001001 101011011 1001101 1111

Color Harmonies of #440916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440916

Black with #440916

Text Example


Text Example

White with #440916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440916; }

 p { color: rgb(68,9,22); }

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

background-color css

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

 a { background-color: rgb(68,9,22); }

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

border-color css

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

 span { border-color: rgb(68,9,22); }

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