Html Css Color HEX #441A1B Rustic Red

📋 copy color: '#441A1B'

red 68 ◦ green 26 ◦ blue 27

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

Shades of Rustic Red #441A1B

Tints of Rustic Red #441A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.49%

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 56.2%
G = 21.49%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#441A1B (or 0x441A1B) is known color: Rustic Red. HEX triplet: 44, 1A and 1B. RGB value is (68,26,27). Sum of RGB (Red+Green+Blue) = 68+26+27=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #441A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A1B is #BBE5E4. Grayscale: #262626. Windows color (decimal): -12314085 or 1776196. OLE color: 1776196.

HSL color Cylindrical-coordinate representation of color #441A1B: hue angle of 358.57º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A1B is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 26 27 -
CMYK 0 0.62 0.60 0.73
HSL 358.57º 0.45% 0.18% -
HSV(B) 358.57º 0.62% 0.27% -
XYZ 2.95 2.05 1.28 -
YUV 38.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 68 26 27 0 0.62 0.60 0.73 358.57 0.45 0.18
Hex 44 1A 1B 0 3E 3C 49 167 2D 12
Octal 104 32 33 0 76 74 111 547 55 22
Binary 1000100 11010 11011 0 111110 111100 1001001 101100111 101101 10010

Color Harmonies of #441A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A1B

Black with #441A1B

Text Example


Text Example

White with #441A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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