Html Css Color HEX #411112 Rustic Red

📋 copy color: '#411112'

red 65 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #411112

Tints of Rustic Red #411112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18%

R = 65%
G = 17%
B = 18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#411112 (or 0x411112) is known color: Rustic Red. HEX triplet: 41, 11 and 12. RGB value is (65,17,18). Sum of RGB (Red+Green+Blue) = 65+17+18=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #411112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411112 is #BEEEED. Grayscale: #1F1F1F. Windows color (decimal): -12513006 or 1184065. OLE color: 1184065.

HSL color Cylindrical-coordinate representation of color #411112: hue angle of 358.75º 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 #411112 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 17 18 -
CMYK 0 0.74 0.72 0.75
HSL 358.75º 0.59% 0.16% -
HSV(B) 358.75º 0.74% 0.25% -
XYZ 2.49 1.57 0.74 -
YUV 31.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 65 17 18 0 0.74 0.72 0.75 358.75 0.59 0.16
Hex 41 11 12 0 4A 48 4B 167 3B 10
Octal 101 21 22 0 112 110 113 547 73 20
Binary 1000001 10001 10010 0 1001010 1001000 1001011 101100111 111011 10000

Color Harmonies of #411112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411112

Black with #411112

Text Example


Text Example

White with #411112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411112; }

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

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

background-color css

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

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

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

border-color css

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

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

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