Html Css Color HEX #441314 Rustic Red

📋 copy color: '#441314'

red 68 ◦ green 19 ◦ blue 20

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

Shades of Rustic Red #441314

Tints of Rustic Red #441314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 63.55%
G = 17.76%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#441314 (or 0x441314) is known color: Rustic Red. HEX triplet: 44, 13 and 14. RGB value is (68,19,20). Sum of RGB (Red+Green+Blue) = 68+19+20=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441314 is #BBECEB. Grayscale: #212121. Windows color (decimal): -12315884 or 1315652. OLE color: 1315652.

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

Color convert

RGB 68 19 20 -
CMYK 0 0.72 0.71 0.73
HSL 358.78º 0.56% 0.17% -
HSV(B) 358.78º 0.72% 0.27% -
XYZ 2.74 1.75 0.85 -
YUV 33.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 68 19 20 0 0.72 0.71 0.73 358.78 0.56 0.17
Hex 44 13 14 0 48 47 49 167 38 11
Octal 104 23 24 0 110 107 111 547 70 21
Binary 1000100 10011 10100 0 1001000 1000111 1001001 101100111 111000 10001

Color Harmonies of #441314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441314

Black with #441314

Text Example


Text Example

White with #441314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441314; }

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

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

background-color css

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

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

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

border-color css

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

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

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