Html Css Color HEX #411219 Rustic Red

📋 copy color: '#411219'

red 65 ◦ green 18 ◦ blue 25

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

Shades of Rustic Red #411219

Tints of Rustic Red #411219

RGB

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

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

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

R = 60.19%
G = 16.67%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#411219 (or 0x411219) is known color: Rustic Red. HEX triplet: 41, 12 and 19. RGB value is (65,18,25). Sum of RGB (Red+Green+Blue) = 65+18+25=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #411219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411219 is #BEEDE6. Grayscale: #202020. Windows color (decimal): -12512743 or 1643073. OLE color: 1643073.

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

Color convert

RGB 65 18 25 -
CMYK 0 0.72 0.62 0.75
HSL 351.06º 0.57% 0.16% -
HSV(B) 351.06º 0.72% 0.25% -
XYZ 2.57 1.63 1.1 -
YUV 32.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 65 18 25 0 0.72 0.62 0.75 351.06 0.57 0.16
Hex 41 12 19 0 48 3E 4B 15F 39 10
Octal 101 22 31 0 110 76 113 537 71 20
Binary 1000001 10010 11001 0 1001000 111110 1001011 101011111 111001 10000

Color Harmonies of #411219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411219

Black with #411219

Text Example


Text Example

White with #411219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411219; }

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

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

background-color css

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

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

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

border-color css

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

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

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