Html Css Color HEX #411419 Rustic Red

📋 copy color: '#411419'

red 65 ◦ green 20 ◦ blue 25

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

Shades of Rustic Red #411419

Tints of Rustic Red #411419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.73%

R = 59.09%
G = 18.18%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#411419 (or 0x411419) is known color: Rustic Red. HEX triplet: 41, 14 and 19. RGB value is (65,20,25). Sum of RGB (Red+Green+Blue) = 65+20+25=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #411419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411419 is #BEEBE6. Grayscale: #222222. Windows color (decimal): -12512231 or 1643585. OLE color: 1643585.

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

Color convert

RGB 65 20 25 -
CMYK 0 0.69 0.62 0.75
HSL 353.33º 0.53% 0.17% -
HSV(B) 353.33º 0.69% 0.25% -
XYZ 2.61 1.69 1.11 -
YUV 34.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 65 20 25 0 0.69 0.62 0.75 353.33 0.53 0.17
Hex 41 14 19 0 45 3E 4B 161 35 11
Octal 101 24 31 0 105 76 113 541 65 21
Binary 1000001 10100 11001 0 1000101 111110 1001011 101100001 110101 10001

Color Harmonies of #411419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411419

Black with #411419

Text Example


Text Example

White with #411419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411419; }

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

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

background-color css

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

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

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

border-color css

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

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

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