Html Css Color HEX #440209 Rustic Red

📋 copy color: '#440209'

red 68 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #440209

Tints of Rustic Red #440209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.39%

R = 86.08%
G = 2.53%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#440209 (or 0x440209) is known color: Rustic Red. HEX triplet: 44, 02 and 09. RGB value is (68,2,9). Sum of RGB (Red+Green+Blue) = 68+2+9=79 (10% of max value = 765). Red value is 68 (26.95% from 255 or 86.08% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 68 - color contains mainly: red. Hex color #440209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440209 is #BBFDF6. Grayscale: #161616. Windows color (decimal): -12320247 or 590404. OLE color: 590404.

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

Color convert

RGB 68 2 9 -
CMYK 0 0.97 0.87 0.73
HSL 353.64º 0.94% 0.14% -
HSV(B) 353.64º 0.97% 0.27% -
XYZ 2.45 1.29 0.38 -
YUV 22.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 68 2 9 0 0.97 0.87 0.73 353.64 0.94 0.14
Hex 44 2 9 0 61 57 49 162 5E E
Octal 104 2 11 0 141 127 111 542 136 16
Binary 1000100 10 1001 0 1100001 1010111 1001001 101100010 1011110 1110

Color Harmonies of #440209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440209

Black with #440209

Text Example


Text Example

White with #440209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440209; }

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

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

background-color css

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

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

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

border-color css

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

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

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