Html Css Color HEX #441718 Rustic Red

📋 copy color: '#441718'

red 68 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #441718

Tints of Rustic Red #441718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20%

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

R = 59.13%
G = 20%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#441718 (or 0x441718) is known color: Rustic Red. HEX triplet: 44, 17 and 18. RGB value is (68,23,24). Sum of RGB (Red+Green+Blue) = 68+23+24=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #441718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441718 is #BBE8E7. Grayscale: #242424. Windows color (decimal): -12314856 or 1578820. OLE color: 1578820.

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

Color convert

RGB 68 23 24 -
CMYK 0 0.66 0.65 0.73
HSL 358.67º 0.49% 0.18% -
HSV(B) 358.67º 0.66% 0.27% -
XYZ 2.86 1.91 1.08 -
YUV 36.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 68 23 24 0 0.66 0.65 0.73 358.67 0.49 0.18
Hex 44 17 18 0 42 41 49 167 31 12
Octal 104 27 30 0 102 101 111 547 61 22
Binary 1000100 10111 11000 0 1000010 1000001 1001001 101100111 110001 10010

Color Harmonies of #441718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441718

Black with #441718

Text Example


Text Example

White with #441718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441718; }

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

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

background-color css

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

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

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

border-color css

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

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

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