Html Css Color HEX #440211 Rustic Red

📋 copy color: '#440211'

red 68 ◦ green 2 ◦ blue 17

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

Shades of Rustic Red #440211

Tints of Rustic Red #440211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.3%

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

R = 78.16%
G = 2.3%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#440211 (or 0x440211) is known color: Rustic Red. HEX triplet: 44, 02 and 11. RGB value is (68,2,17). Sum of RGB (Red+Green+Blue) = 68+2+17=87 (11% of max value = 765). Red value is 68 (26.95% from 255 or 78.16% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 68 - color contains mainly: red. Hex color #440211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440211 is #BBFDEE. Grayscale: #171717. Windows color (decimal): -12320239 or 1114692. OLE color: 1114692.

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

Color convert

RGB 68 2 17 -
CMYK 0 0.97 0.75 0.73
HSL 346.36º 0.94% 0.14% -
HSV(B) 346.36º 0.97% 0.27% -
XYZ 2.51 1.31 0.65 -
YUV 23.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 68 2 17 0 0.97 0.75 0.73 346.36 0.94 0.14
Hex 44 2 11 0 61 4B 49 15A 5E E
Octal 104 2 21 0 141 113 111 532 136 16
Binary 1000100 10 10001 0 1100001 1001011 1001001 101011010 1011110 1110

Color Harmonies of #440211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440211

Black with #440211

Text Example


Text Example

White with #440211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440211; }

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

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

background-color css

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

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

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

border-color css

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

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

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