Html Css Color HEX #440813 Rustic Red

📋 copy color: '#440813'

red 68 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #440813

Tints of Rustic Red #440813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20%

R = 71.58%
G = 8.42%
B = 20%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#440813 (or 0x440813) is known color: Rustic Red. HEX triplet: 44, 08 and 13. RGB value is (68,8,19). Sum of RGB (Red+Green+Blue) = 68+8+19=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #440813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440813 is #BBF7EC. Grayscale: #1B1B1B. Windows color (decimal): -12318701 or 1247300. OLE color: 1247300.

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

Color convert

RGB 68 8 19 -
CMYK 0 0.88 0.72 0.73
HSL 349º 0.79% 0.15% -
HSV(B) 349º 0.88% 0.27% -
XYZ 2.59 1.45 0.76 -
YUV 27.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 68 8 19 0 0.88 0.72 0.73 349 0.79 0.15
Hex 44 8 13 0 58 48 49 15D 4F F
Octal 104 10 23 0 130 110 111 535 117 17
Binary 1000100 1000 10011 0 1011000 1001000 1001001 101011101 1001111 1111

Color Harmonies of #440813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440813

Black with #440813

Text Example


Text Example

White with #440813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440813; }

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

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

background-color css

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

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

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

border-color css

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

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

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