Html Css Color HEX #410419 Rustic Red

📋 copy color: '#410419'

red 65 ◦ green 4 ◦ blue 25

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

Shades of Rustic Red #410419

Tints of Rustic Red #410419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.26%

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

R = 69.15%
G = 4.26%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#410419 (or 0x410419) is known color: Rustic Red. HEX triplet: 41, 04 and 19. RGB value is (65,4,25). Sum of RGB (Red+Green+Blue) = 65+4+25=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #410419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410419 is #BEFBE6. Grayscale: #181818. Windows color (decimal): -12516327 or 1639489. OLE color: 1639489.

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

Color convert

RGB 65 4 25 -
CMYK 0 0.94 0.62 0.75
HSL 339.34º 0.88% 0.14% -
HSV(B) 339.34º 0.94% 0.25% -
XYZ 2.4 1.28 1.04 -
YUV 24.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 65 4 25 0 0.94 0.62 0.75 339.34 0.88 0.14
Hex 41 4 19 0 5E 3E 4B 153 58 E
Octal 101 4 31 0 136 76 113 523 130 16
Binary 1000001 100 11001 0 1011110 111110 1001011 101010011 1011000 1110

Color Harmonies of #410419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410419

Black with #410419

Text Example


Text Example

White with #410419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410419; }

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

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

background-color css

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

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

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

border-color css

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

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

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