Html Css Color HEX #441014 Rustic Red

📋 copy color: '#441014'

red 68 ◦ green 16 ◦ blue 20

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

Shades of Rustic Red #441014

Tints of Rustic Red #441014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

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

R = 65.38%
G = 15.38%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#441014 (or 0x441014) is known color: Rustic Red. HEX triplet: 44, 10 and 14. RGB value is (68,16,20). Sum of RGB (Red+Green+Blue) = 68+16+20=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #441014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441014 is #BBEFEB. Grayscale: #202020. Windows color (decimal): -12316652 or 1314884. OLE color: 1314884.

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

Color convert

RGB 68 16 20 -
CMYK 0 0.76 0.71 0.73
HSL 355.38º 0.62% 0.16% -
HSV(B) 355.38º 0.76% 0.27% -
XYZ 2.7 1.65 0.84 -
YUV 32 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 68 16 20 0 0.76 0.71 0.73 355.38 0.62 0.16
Hex 44 10 14 0 4C 47 49 163 3E 10
Octal 104 20 24 0 114 107 111 543 76 20
Binary 1000100 10000 10100 0 1001100 1000111 1001001 101100011 111110 10000

Color Harmonies of #441014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441014

Black with #441014

Text Example


Text Example

White with #441014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441014; }

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

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

background-color css

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

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

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

border-color css

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

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

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