Html Css Color HEX #440413 Rustic Red

📋 copy color: '#440413'

red 68 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #440413

Tints of Rustic Red #440413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.4%

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

R = 74.73%
G = 4.4%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#440413 (or 0x440413) is known color: Rustic Red. HEX triplet: 44, 04 and 13. RGB value is (68,4,19). Sum of RGB (Red+Green+Blue) = 68+4+19=91 (12% of max value = 765). Red value is 68 (26.95% from 255 or 74.73% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 68 - color contains mainly: red. Hex color #440413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440413 is #BBFBEC. Grayscale: #181818. Windows color (decimal): -12319725 or 1246276. OLE color: 1246276.

HSL color Cylindrical-coordinate representation of color #440413: hue angle of 345.94º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440413 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 4 19 -
CMYK 0 0.94 0.72 0.73
HSL 345.94º 0.89% 0.14% -
HSV(B) 345.94º 0.94% 0.27% -
XYZ 2.54 1.36 0.75 -
YUV 24.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 68 4 19 0 0.94 0.72 0.73 345.94 0.89 0.14
Hex 44 4 13 0 5E 48 49 15A 59 E
Octal 104 4 23 0 136 110 111 532 131 16
Binary 1000100 100 10011 0 1011110 1001000 1001001 101011010 1011001 1110

Color Harmonies of #440413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440413

Black with #440413

Text Example


Text Example

White with #440413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440413; }

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

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

background-color css

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

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

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

border-color css

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

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

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