Html Css Color HEX #410919 Rustic Red

📋 copy color: '#410919'

red 65 ◦ green 9 ◦ blue 25

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

Shades of Rustic Red #410919

Tints of Rustic Red #410919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

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

R = 65.66%
G = 9.09%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#410919 (or 0x410919) is known color: Rustic Red. HEX triplet: 41, 09 and 19. RGB value is (65,9,25). Sum of RGB (Red+Green+Blue) = 65+9+25=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #410919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410919 is #BEF6E6. Grayscale: #1B1B1B. Windows color (decimal): -12515047 or 1640769. OLE color: 1640769.

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

Color convert

RGB 65 9 25 -
CMYK 0 0.86 0.62 0.75
HSL 342.86º 0.76% 0.15% -
HSV(B) 342.86º 0.86% 0.25% -
XYZ 2.45 1.39 1.06 -
YUV 27.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 65 9 25 0 0.86 0.62 0.75 342.86 0.76 0.15
Hex 41 9 19 0 56 3E 4B 157 4C F
Octal 101 11 31 0 126 76 113 527 114 17
Binary 1000001 1001 11001 0 1010110 111110 1001011 101010111 1001100 1111

Color Harmonies of #410919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410919

Black with #410919

Text Example


Text Example

White with #410919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410919; }

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

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

background-color css

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

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

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

border-color css

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

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

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