Html Css Color HEX #411012 Rustic Red

📋 copy color: '#411012'

red 65 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #411012

Tints of Rustic Red #411012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.16%

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

R = 65.66%
G = 16.16%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#411012 (or 0x411012) is known color: Rustic Red. HEX triplet: 41, 10 and 12. RGB value is (65,16,18). Sum of RGB (Red+Green+Blue) = 65+16+18=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411012 is #BEEFED. Grayscale: #1E1E1E. Windows color (decimal): -12513262 or 1183809. OLE color: 1183809.

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

Color convert

RGB 65 16 18 -
CMYK 0 0.75 0.72 0.75
HSL 357.55º 0.6% 0.16% -
HSV(B) 357.55º 0.75% 0.25% -
XYZ 2.47 1.54 0.74 -
YUV 30.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 65 16 18 0 0.75 0.72 0.75 357.55 0.6 0.16
Hex 41 10 12 0 4B 48 4B 166 3C 10
Octal 101 20 22 0 113 110 113 546 74 20
Binary 1000001 10000 10010 0 1001011 1001000 1001011 101100110 111100 10000

Color Harmonies of #411012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411012

Black with #411012

Text Example


Text Example

White with #411012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411012; }

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

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

background-color css

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

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

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

border-color css

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

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

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