Html Css Color HEX #441C1E Rustic Red

📋 copy color: '#441C1E'

red 68 ◦ green 28 ◦ blue 30

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

Shades of Rustic Red #441C1E

Tints of Rustic Red #441C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.81%

R = 53.97%
G = 22.22%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#441C1E (or 0x441C1E) is known color: Rustic Red. HEX triplet: 44, 1C and 1E. RGB value is (68,28,30). Sum of RGB (Red+Green+Blue) = 68+28+30=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C1E is #BBE3E1. Grayscale: #282828. Windows color (decimal): -12313570 or 1973316. OLE color: 1973316.

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

Color convert

RGB 68 28 30 -
CMYK 0 0.59 0.56 0.73
HSL 357º 0.42% 0.19% -
HSV(B) 357º 0.59% 0.27% -
XYZ 3.03 2.15 1.48 -
YUV 40.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 68 28 30 0 0.59 0.56 0.73 357 0.42 0.19
Hex 44 1C 1E 0 3B 38 49 165 2A 13
Octal 104 34 36 0 73 70 111 545 52 23
Binary 1000100 11100 11110 0 111011 111000 1001001 101100101 101010 10011

Color Harmonies of #441C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C1E

Black with #441C1E

Text Example


Text Example

White with #441C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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