Html Css Color HEX #41111B Rustic Red

📋 copy color: '#41111B'

red 65 ◦ green 17 ◦ blue 27

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

Shades of Rustic Red #41111B

Tints of Rustic Red #41111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.6%

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

R = 59.63%
G = 15.6%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41111B (or 0x41111B) is known color: Rustic Red. HEX triplet: 41, 11 and 1B. RGB value is (65,17,27). Sum of RGB (Red+Green+Blue) = 65+17+27=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #41111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41111B is #BEEEE4. Grayscale: #202020. Windows color (decimal): -12512997 or 1773889. OLE color: 1773889.

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

Color convert

RGB 65 17 27 -
CMYK 0 0.74 0.58 0.75
HSL 347.5º 0.59% 0.16% -
HSV(B) 347.5º 0.74% 0.25% -
XYZ 2.58 1.6 1.21 -
YUV 32.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 65 17 27 0 0.74 0.58 0.75 347.5 0.59 0.16
Hex 41 11 1B 0 4A 3A 4B 15C 3B 10
Octal 101 21 33 0 112 72 113 534 73 20
Binary 1000001 10001 11011 0 1001010 111010 1001011 101011100 111011 10000

Color Harmonies of #41111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41111B

Black with #41111B

Text Example


Text Example

White with #41111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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