Html Css Color HEX #41141B Rustic Red

📋 copy color: '#41141B'

red 65 ◦ green 20 ◦ blue 27

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

Shades of Rustic Red #41141B

Tints of Rustic Red #41141B

RGB

 RED value IS 65 (25.78% from 255) = 58.04%

 GREEN value IS 20 (8.2% from 255) = 17.86%

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

R = 58.04%
G = 17.86%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41141B (or 0x41141B) is known color: Rustic Red. HEX triplet: 41, 14 and 1B. RGB value is (65,20,27). Sum of RGB (Red+Green+Blue) = 65+20+27=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41141B is #BEEBE4. Grayscale: #222222. Windows color (decimal): -12512229 or 1774657. OLE color: 1774657.

HSL color Cylindrical-coordinate representation of color #41141B: hue angle of 350.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41141B is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 20 27 -
CMYK 0 0.69 0.58 0.75
HSL 350.67º 0.53% 0.17% -
HSV(B) 350.67º 0.69% 0.25% -
XYZ 2.63 1.7 1.23 -
YUV 34.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 65 20 27 0 0.69 0.58 0.75 350.67 0.53 0.17
Hex 41 14 1B 0 45 3A 4B 15F 35 11
Octal 101 24 33 0 105 72 113 537 65 21
Binary 1000001 10100 11011 0 1000101 111010 1001011 101011111 110101 10001

Color Harmonies of #41141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41141B

Black with #41141B

Text Example


Text Example

White with #41141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41141B; }

 p { color: rgb(65,20,27); }

 H1.HeaderClassName
 {
   color: #41141B;
 }
 .AnyTagClassName
 {
   color: #41141B;
 }
</style>

background-color css

<style>
 a { background-color: #41141B; }

 a { background-color: rgb(65,20,27); }

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

border-color css

<style>
 span { border-color: #41141B; }

 span { border-color: rgb(65,20,27); }

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