Html Css Color HEX #411519 Rustic Red

📋 copy color: '#411519'

red 65 ◦ green 21 ◦ blue 25

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

Shades of Rustic Red #411519

Tints of Rustic Red #411519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.92%

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

R = 58.56%
G = 18.92%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#411519 (or 0x411519) is known color: Rustic Red. HEX triplet: 41, 15 and 19. RGB value is (65,21,25). Sum of RGB (Red+Green+Blue) = 65+21+25=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #411519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411519 is #BEEAE6. Grayscale: #222222. Windows color (decimal): -12511975 or 1643841. OLE color: 1643841.

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

Color convert

RGB 65 21 25 -
CMYK 0 0.68 0.62 0.75
HSL 354.55º 0.51% 0.17% -
HSV(B) 354.55º 0.68% 0.25% -
XYZ 2.62 1.73 1.12 -
YUV 34.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 65 21 25 0 0.68 0.62 0.75 354.55 0.51 0.17
Hex 41 15 19 0 44 3E 4B 163 33 11
Octal 101 25 31 0 104 76 113 543 63 21
Binary 1000001 10101 11001 0 1000100 111110 1001011 101100011 110011 10001

Color Harmonies of #411519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411519

Black with #411519

Text Example


Text Example

White with #411519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411519; }

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

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

background-color css

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

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

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

border-color css

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

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

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