Html Css Color HEX #440810 Rustic Red

📋 copy color: '#440810'

red 68 ◦ green 8 ◦ blue 16

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

Shades of Rustic Red #440810

Tints of Rustic Red #440810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.7%

 BLUE value IS 16 (6.64% from 255) = 17.39%

R = 73.91%
G = 8.7%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#440810 (or 0x440810) is known color: Rustic Red. HEX triplet: 44, 08 and 10. RGB value is (68,8,16). Sum of RGB (Red+Green+Blue) = 68+8+16=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440810 is #BBF7EF. Grayscale: #1A1A1A. Windows color (decimal): -12318704 or 1050692. OLE color: 1050692.

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

Color convert

RGB 68 8 16 -
CMYK 0 0.88 0.76 0.73
HSL 352º 0.79% 0.15% -
HSV(B) 352º 0.88% 0.27% -
XYZ 2.56 1.44 0.63 -
YUV 26.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 68 8 16 0 0.88 0.76 0.73 352 0.79 0.15
Hex 44 8 10 0 58 4C 49 160 4F F
Octal 104 10 20 0 130 114 111 540 117 17
Binary 1000100 1000 10000 0 1011000 1001100 1001001 101100000 1001111 1111

Color Harmonies of #440810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440810

Black with #440810

Text Example


Text Example

White with #440810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440810; }

 p { color: rgb(68,8,16); }

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

background-color css

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

 a { background-color: rgb(68,8,16); }

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

border-color css

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

 span { border-color: rgb(68,8,16); }

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