Html Css Color HEX #440911 Rustic Red

📋 copy color: '#440911'

red 68 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #440911

Tints of Rustic Red #440911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 18.09%

R = 72.34%
G = 9.57%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#440911 (or 0x440911) is known color: Rustic Red. HEX triplet: 44, 09 and 11. RGB value is (68,9,17). Sum of RGB (Red+Green+Blue) = 68+9+17=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #440911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440911 is #BBF6EE. Grayscale: #1B1B1B. Windows color (decimal): -12318447 or 1116484. OLE color: 1116484.

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

Color convert

RGB 68 9 17 -
CMYK 0 0.87 0.75 0.73
HSL 351.86º 0.77% 0.15% -
HSV(B) 351.86º 0.87% 0.27% -
XYZ 2.58 1.46 0.68 -
YUV 27.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 68 9 17 0 0.87 0.75 0.73 351.86 0.77 0.15
Hex 44 9 11 0 57 4B 49 160 4D F
Octal 104 11 21 0 127 113 111 540 115 17
Binary 1000100 1001 10001 0 1010111 1001011 1001001 101100000 1001101 1111

Color Harmonies of #440911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440911

Black with #440911

Text Example


Text Example

White with #440911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440911; }

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

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

background-color css

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

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

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

border-color css

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

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

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