Html Css Color HEX #411019 Rustic Red

📋 copy color: '#411019'

red 65 ◦ green 16 ◦ blue 25

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

Shades of Rustic Red #411019

Tints of Rustic Red #411019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.09%

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

R = 61.32%
G = 15.09%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#411019 (or 0x411019) is known color: Rustic Red. HEX triplet: 41, 10 and 19. RGB value is (65,16,25). Sum of RGB (Red+Green+Blue) = 65+16+25=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411019 is #BEEFE6. Grayscale: #1F1F1F. Windows color (decimal): -12513255 or 1642561. OLE color: 1642561.

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

Color convert

RGB 65 16 25 -
CMYK 0 0.75 0.62 0.75
HSL 348.98º 0.6% 0.16% -
HSV(B) 348.98º 0.75% 0.25% -
XYZ 2.54 1.56 1.09 -
YUV 31.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 65 16 25 0 0.75 0.62 0.75 348.98 0.6 0.16
Hex 41 10 19 0 4B 3E 4B 15D 3C 10
Octal 101 20 31 0 113 76 113 535 74 20
Binary 1000001 10000 11001 0 1001011 111110 1001011 101011101 111100 10000

Color Harmonies of #411019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411019

Black with #411019

Text Example


Text Example

White with #411019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411019; }

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

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

background-color css

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

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

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

border-color css

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

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

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