Html Css Color HEX #410409 Rustic Red

📋 copy color: '#410409'

red 65 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #410409

Tints of Rustic Red #410409

RGB

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

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

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

R = 83.33%
G = 5.13%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#410409 (or 0x410409) is known color: Rustic Red. HEX triplet: 41, 04 and 09. RGB value is (65,4,9). Sum of RGB (Red+Green+Blue) = 65+4+9=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410409 is #BEFBF6. Grayscale: #161616. Windows color (decimal): -12516343 or 590913. OLE color: 590913.

HSL color Cylindrical-coordinate representation of color #410409: hue angle of 355.08º 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 #410409 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 4 9 -
CMYK 0 0.94 0.86 0.75
HSL 355.08º 0.88% 0.14% -
HSV(B) 355.08º 0.94% 0.25% -
XYZ 2.27 1.23 0.38 -
YUV 22.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 65 4 9 0 0.94 0.86 0.75 355.08 0.88 0.14
Hex 41 4 9 0 5E 56 4B 163 58 E
Octal 101 4 11 0 136 126 113 543 130 16
Binary 1000001 100 1001 0 1011110 1010110 1001011 101100011 1011000 1110

Color Harmonies of #410409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410409

Black with #410409

Text Example


Text Example

White with #410409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410409; }

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

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

background-color css

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

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

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

border-color css

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

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

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