Html Css Color HEX #440111 Rustic Red

📋 copy color: '#440111'

red 68 ◦ green 1 ◦ blue 17

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

Shades of Rustic Red #440111

Tints of Rustic Red #440111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.16%

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

R = 79.07%
G = 1.16%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#440111 (or 0x440111) is known color: Rustic Red. HEX triplet: 44, 01 and 11. RGB value is (68,1,17). Sum of RGB (Red+Green+Blue) = 68+1+17=86 (11% of max value = 765). Red value is 68 (26.95% from 255 or 79.07% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 68 - color contains mainly: red. Hex color #440111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440111 is #BBFEEE. Grayscale: #161616. Windows color (decimal): -12320495 or 1114436. OLE color: 1114436.

HSL color Cylindrical-coordinate representation of color #440111: hue angle of 345.67º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440111 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 1 17 -
CMYK 0 0.99 0.75 0.73
HSL 345.67º 0.97% 0.14% -
HSV(B) 345.67º 0.99% 0.27% -
XYZ 2.5 1.29 0.65 -
YUV 22.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 68 1 17 0 0.99 0.75 0.73 345.67 0.97 0.14
Hex 44 1 11 0 63 4B 49 15A 61 E
Octal 104 1 21 0 143 113 111 532 141 16
Binary 1000100 1 10001 0 1100011 1001011 1001001 101011010 1100001 1110

Color Harmonies of #440111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440111

Black with #440111

Text Example


Text Example

White with #440111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440111; }

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

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

background-color css

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

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

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

border-color css

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

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

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