Html Css Color HEX #441C1D Rustic Red

📋 copy color: '#441C1D'

red 68 ◦ green 28 ◦ blue 29

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

Shades of Rustic Red #441C1D

Tints of Rustic Red #441C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.4%

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 54.4%
G = 22.4%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#441C1D (or 0x441C1D) is known color: Rustic Red. HEX triplet: 44, 1C and 1D. RGB value is (68,28,29). Sum of RGB (Red+Green+Blue) = 68+28+29=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C1D is #BBE3E2. Grayscale: #282828. Windows color (decimal): -12313571 or 1907780. OLE color: 1907780.

HSL color Cylindrical-coordinate representation of color #441C1D: hue angle of 358.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #441C1D is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 28 29 -
CMYK 0 0.59 0.57 0.73
HSL 358.5º 0.42% 0.19% -
HSV(B) 358.5º 0.59% 0.27% -
XYZ 3.02 2.15 1.42 -
YUV 40.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 68 28 29 0 0.59 0.57 0.73 358.5 0.42 0.19
Hex 44 1C 1D 0 3B 39 49 166 2A 13
Octal 104 34 35 0 73 71 111 546 52 23
Binary 1000100 11100 11101 0 111011 111001 1001001 101100110 101010 10011

Color Harmonies of #441C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C1D

Black with #441C1D

Text Example


Text Example

White with #441C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441C1D; }

 p { color: rgb(68,28,29); }

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

background-color css

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

 a { background-color: rgb(68,28,29); }

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

border-color css

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

 span { border-color: rgb(68,28,29); }

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