Html Css Color HEX #440616 Rustic Red

📋 copy color: '#440616'

red 68 ◦ green 6 ◦ blue 22

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

Shades of Rustic Red #440616

Tints of Rustic Red #440616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.25%

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

R = 70.83%
G = 6.25%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#440616 (or 0x440616) is known color: Rustic Red. HEX triplet: 44, 06 and 16. RGB value is (68,6,22). Sum of RGB (Red+Green+Blue) = 68+6+22=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #440616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440616 is #BBF9E9. Grayscale: #1A1A1A. Windows color (decimal): -12319210 or 1443396. OLE color: 1443396.

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

Color convert

RGB 68 6 22 -
CMYK 0 0.91 0.68 0.73
HSL 344.52º 0.84% 0.15% -
HSV(B) 344.52º 0.91% 0.27% -
XYZ 2.59 1.42 0.9 -
YUV 26.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 68 6 22 0 0.91 0.68 0.73 344.52 0.84 0.15
Hex 44 6 16 0 5B 44 49 159 54 F
Octal 104 6 26 0 133 104 111 531 124 17
Binary 1000100 110 10110 0 1011011 1000100 1001001 101011001 1010100 1111

Color Harmonies of #440616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440616

Black with #440616

Text Example


Text Example

White with #440616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440616; }

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

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

background-color css

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

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

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

border-color css

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

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

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