Html Css Color HEX #410009 Rustic Red

📋 copy color: '#410009'

red 65 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #410009

Tints of Rustic Red #410009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 12.16%

R = 87.84%
G = 0%
B = 12.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#410009 (or 0x410009) is known color: Rustic Red. HEX triplet: 41, 00 and 09. RGB value is (65,0,9). Sum of RGB (Red+Green+Blue) = 65+0+9=74 (9% of max value = 765). Red value is 65 (25.78% from 255 or 87.84% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 9 (3.91% from 255 or 12.16% from 74); Max value from RGB is 65 - color contains mainly: red. Hex color #410009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410009 is #BEFFF6. Grayscale: #141414. Windows color (decimal): -12517367 or 589889. OLE color: 589889.

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

Color convert

RGB 65 0 9 -
CMYK 0 1 0.86 0.75
HSL 351.69º 1% 0.13% -
HSV(B) 351.69º 1% 0.25% -
XYZ 2.23 1.14 0.36 -
YUV 20.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 65 0 9 0 1 0.86 0.75 351.69 1 0.13
Hex 41 0 9 0 64 56 4B 160 64 D
Octal 101 0 11 0 144 126 113 540 144 15
Binary 1000001 0 1001 0 1100100 1010110 1001011 101100000 1100100 1101

Color Harmonies of #410009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410009

Black with #410009

Text Example


Text Example

White with #410009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410009; }

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

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

background-color css

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

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

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

border-color css

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

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

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