Html Css Color HEX #411819 Rustic Red

📋 copy color: '#411819'

red 65 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #411819

Tints of Rustic Red #411819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.05%

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

R = 57.02%
G = 21.05%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#411819 (or 0x411819) is known color: Rustic Red. HEX triplet: 41, 18 and 19. RGB value is (65,24,25). Sum of RGB (Red+Green+Blue) = 65+24+25=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #411819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411819 is #BEE7E6. Grayscale: #242424. Windows color (decimal): -12511207 or 1644609. OLE color: 1644609.

HSL color Cylindrical-coordinate representation of color #411819: hue angle of 358.54º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411819 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 24 25 -
CMYK 0 0.63 0.62 0.75
HSL 358.54º 0.46% 0.17% -
HSV(B) 358.54º 0.63% 0.25% -
XYZ 2.68 1.85 1.13 -
YUV 36.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 65 24 25 0 0.63 0.62 0.75 358.54 0.46 0.17
Hex 41 18 19 0 3F 3E 4B 167 2E 11
Octal 101 30 31 0 77 76 113 547 56 21
Binary 1000001 11000 11001 0 111111 111110 1001011 101100111 101110 10001

Color Harmonies of #411819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411819

Black with #411819

Text Example


Text Example

White with #411819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411819; }

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

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

background-color css

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

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

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

border-color css

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

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

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