Html Css Color HEX #441518 Rustic Red

📋 copy color: '#441518'

red 68 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #441518

Tints of Rustic Red #441518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.58%

 BLUE value IS 24 (9.77% from 255) = 21.24%

R = 60.18%
G = 18.58%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#441518 (or 0x441518) is known color: Rustic Red. HEX triplet: 44, 15 and 18. RGB value is (68,21,24). Sum of RGB (Red+Green+Blue) = 68+21+24=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #441518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441518 is #BBEAE7. Grayscale: #232323. Windows color (decimal): -12315368 or 1578308. OLE color: 1578308.

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

Color convert

RGB 68 21 24 -
CMYK 0 0.69 0.65 0.73
HSL 356.17º 0.53% 0.17% -
HSV(B) 356.17º 0.69% 0.27% -
XYZ 2.82 1.83 1.07 -
YUV 35.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 68 21 24 0 0.69 0.65 0.73 356.17 0.53 0.17
Hex 44 15 18 0 45 41 49 164 35 11
Octal 104 25 30 0 105 101 111 544 65 21
Binary 1000100 10101 11000 0 1000101 1000001 1001001 101100100 110101 10001

Color Harmonies of #441518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441518

Black with #441518

Text Example


Text Example

White with #441518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441518; }

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

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

background-color css

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

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

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

border-color css

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

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

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