Html Css Color HEX #440016 Rustic Red

📋 copy color: '#440016'

red 68 ◦ green 0 ◦ blue 22

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

Shades of Rustic Red #440016

Tints of Rustic Red #440016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.56%
G = 0%
B = 24.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#440016 (or 0x440016) is known color: Rustic Red. HEX triplet: 44, 00 and 16. RGB value is (68,0,22). Sum of RGB (Red+Green+Blue) = 68+0+22=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #440016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440016 is #BBFFE9. Grayscale: #161616. Windows color (decimal): -12320746 or 1441860. OLE color: 1441860.

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

Color convert

RGB 68 0 22 -
CMYK 0 1 0.68 0.73
HSL 340.59º 1% 0.13% -
HSV(B) 340.59º 1% 0.27% -
XYZ 2.53 1.29 0.87 -
YUV 22.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 68 0 22 0 1 0.68 0.73 340.59 1 0.13
Hex 44 0 16 0 64 44 49 155 64 D
Octal 104 0 26 0 144 104 111 525 144 15
Binary 1000100 0 10110 0 1100100 1000100 1001001 101010101 1100100 1101

Color Harmonies of #440016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440016

Black with #440016

Text Example


Text Example

White with #440016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440016; }

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

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

background-color css

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

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

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

border-color css

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

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

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