Html Css Color HEX #411214 Rustic Red

📋 copy color: '#411214'

red 65 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #411214

Tints of Rustic Red #411214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.48%

 BLUE value IS 20 (8.2% from 255) = 19.42%

R = 63.11%
G = 17.48%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#411214 (or 0x411214) is known color: Rustic Red. HEX triplet: 41, 12 and 14. RGB value is (65,18,20). Sum of RGB (Red+Green+Blue) = 65+18+20=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411214 is #BEEDEB. Grayscale: #202020. Windows color (decimal): -12512748 or 1315393. OLE color: 1315393.

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

Color convert

RGB 65 18 20 -
CMYK 0 0.72 0.69 0.75
HSL 357.45º 0.57% 0.16% -
HSV(B) 357.45º 0.72% 0.25% -
XYZ 2.52 1.61 0.84 -
YUV 32.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 65 18 20 0 0.72 0.69 0.75 357.45 0.57 0.16
Hex 41 12 14 0 48 45 4B 165 39 10
Octal 101 22 24 0 110 105 113 545 71 20
Binary 1000001 10010 10100 0 1001000 1000101 1001011 101100101 111001 10000

Color Harmonies of #411214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411214

Black with #411214

Text Example


Text Example

White with #411214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411214; }

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

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

background-color css

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

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

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

border-color css

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

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

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