Html Css Color HEX #440314 Rustic Red

📋 copy color: '#440314'

red 68 ◦ green 3 ◦ blue 20

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

Shades of Rustic Red #440314

Tints of Rustic Red #440314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.3%

 BLUE value IS 20 (8.2% from 255) = 21.98%

R = 74.73%
G = 3.3%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#440314 (or 0x440314) is known color: Rustic Red. HEX triplet: 44, 03 and 14. RGB value is (68,3,20). Sum of RGB (Red+Green+Blue) = 68+3+20=91 (12% of max value = 765). Red value is 68 (26.95% from 255 or 74.73% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 68 - color contains mainly: red. Hex color #440314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440314 is #BBFCEB. Grayscale: #181818. Windows color (decimal): -12319980 or 1311556. OLE color: 1311556.

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

Color convert

RGB 68 3 20 -
CMYK 0 0.96 0.71 0.73
HSL 344.31º 0.92% 0.14% -
HSV(B) 344.31º 0.96% 0.27% -
XYZ 2.54 1.34 0.79 -
YUV 24.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 68 3 20 0 0.96 0.71 0.73 344.31 0.92 0.14
Hex 44 3 14 0 60 47 49 158 5C E
Octal 104 3 24 0 140 107 111 530 134 16
Binary 1000100 11 10100 0 1100000 1000111 1001001 101011000 1011100 1110

Color Harmonies of #440314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440314

Black with #440314

Text Example


Text Example

White with #440314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440314; }

 p { color: rgb(68,3,20); }

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

background-color css

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

 a { background-color: rgb(68,3,20); }

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

border-color css

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

 span { border-color: rgb(68,3,20); }

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