Html Css Color HEX #441B1E Rustic Red

📋 copy color: '#441B1E'

red 68 ◦ green 27 ◦ blue 30

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

Shades of Rustic Red #441B1E

Tints of Rustic Red #441B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.6%

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

R = 54.4%
G = 21.6%
B = 24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#441B1E (or 0x441B1E) is known color: Rustic Red. HEX triplet: 44, 1B and 1E. RGB value is (68,27,30). Sum of RGB (Red+Green+Blue) = 68+27+30=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B1E is #BBE4E1. Grayscale: #272727. Windows color (decimal): -12313826 or 1973060. OLE color: 1973060.

HSL color Cylindrical-coordinate representation of color #441B1E: hue angle of 355.61º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441B1E is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 27 30 -
CMYK 0 0.60 0.56 0.73
HSL 355.61º 0.43% 0.19% -
HSV(B) 355.61º 0.6% 0.27% -
XYZ 3.01 2.11 1.48 -
YUV 39.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 68 27 30 0 0.60 0.56 0.73 355.61 0.43 0.19
Hex 44 1B 1E 0 3C 38 49 164 2B 13
Octal 104 33 36 0 74 70 111 544 53 23
Binary 1000100 11011 11110 0 111100 111000 1001001 101100100 101011 10011

Color Harmonies of #441B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B1E

Black with #441B1E

Text Example


Text Example

White with #441B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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