Html Css Color HEX #411416 Rustic Red

📋 copy color: '#411416'

red 65 ◦ green 20 ◦ blue 22

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

Shades of Rustic Red #411416

Tints of Rustic Red #411416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.56%

R = 60.75%
G = 18.69%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#411416 (or 0x411416) is known color: Rustic Red. HEX triplet: 41, 14 and 16. RGB value is (65,20,22). Sum of RGB (Red+Green+Blue) = 65+20+22=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411416 is #BEEBE9. Grayscale: #212121. Windows color (decimal): -12512234 or 1446977. OLE color: 1446977.

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

Color convert

RGB 65 20 22 -
CMYK 0 0.69 0.66 0.75
HSL 357.33º 0.53% 0.17% -
HSV(B) 357.33º 0.69% 0.25% -
XYZ 2.57 1.68 0.95 -
YUV 33.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 65 20 22 0 0.69 0.66 0.75 357.33 0.53 0.17
Hex 41 14 16 0 45 42 4B 165 35 11
Octal 101 24 26 0 105 102 113 545 65 21
Binary 1000001 10100 10110 0 1000101 1000010 1001011 101100101 110101 10001

Color Harmonies of #411416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411416

Black with #411416

Text Example


Text Example

White with #411416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411416; }

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

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

background-color css

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

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

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

border-color css

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

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

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