Html Css Color HEX #441215 Rustic Red

📋 copy color: '#441215'

red 68 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #441215

Tints of Rustic Red #441215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.82%

 BLUE value IS 21 (8.59% from 255) = 19.63%

R = 63.55%
G = 16.82%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#441215 (or 0x441215) is known color: Rustic Red. HEX triplet: 44, 12 and 15. RGB value is (68,18,21). Sum of RGB (Red+Green+Blue) = 68+18+21=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441215 is #BBEDEA. Grayscale: #212121. Windows color (decimal): -12316139 or 1380932. OLE color: 1380932.

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

Color convert

RGB 68 18 21 -
CMYK 0 0.74 0.69 0.73
HSL 356.4º 0.58% 0.17% -
HSV(B) 356.4º 0.74% 0.27% -
XYZ 2.74 1.72 0.9 -
YUV 33.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 68 18 21 0 0.74 0.69 0.73 356.4 0.58 0.17
Hex 44 12 15 0 4A 45 49 164 3A 11
Octal 104 22 25 0 112 105 111 544 72 21
Binary 1000100 10010 10101 0 1001010 1000101 1001001 101100100 111010 10001

Color Harmonies of #441215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441215

Black with #441215

Text Example


Text Example

White with #441215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441215; }

 p { color: rgb(68,18,21); }

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

background-color css

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

 a { background-color: rgb(68,18,21); }

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

border-color css

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

 span { border-color: rgb(68,18,21); }

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