Html Css Color HEX #441C1F Rustic Red

📋 copy color: '#441C1F'

red 68 ◦ green 28 ◦ blue 31

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

Shades of Rustic Red #441C1F

Tints of Rustic Red #441C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.41%

R = 53.54%
G = 22.05%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#441C1F (or 0x441C1F) is known color: Rustic Red. HEX triplet: 44, 1C and 1F. RGB value is (68,28,31). Sum of RGB (Red+Green+Blue) = 68+28+31=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C1F is #BBE3E0. Grayscale: #282828. Windows color (decimal): -12313569 or 2038852. OLE color: 2038852.

HSL color Cylindrical-coordinate representation of color #441C1F: hue angle of 355.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 #441C1F is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 28 31 -
CMYK 0 0.59 0.54 0.73
HSL 355.5º 0.42% 0.19% -
HSV(B) 355.5º 0.59% 0.27% -
XYZ 3.05 2.16 1.55 -
YUV 40.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 68 28 31 0 0.59 0.54 0.73 355.5 0.42 0.19
Hex 44 1C 1F 0 3B 36 49 164 2A 13
Octal 104 34 37 0 73 66 111 544 52 23
Binary 1000100 11100 11111 0 111011 110110 1001001 101100100 101010 10011

Color Harmonies of #441C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C1F

Black with #441C1F

Text Example


Text Example

White with #441C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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