Html Css Color HEX #410815 Rustic Red

📋 copy color: '#410815'

red 65 ◦ green 8 ◦ blue 21

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

Shades of Rustic Red #410815

Tints of Rustic Red #410815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.51%

 BLUE value IS 21 (8.59% from 255) = 22.34%

R = 69.15%
G = 8.51%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#410815 (or 0x410815) is known color: Rustic Red. HEX triplet: 41, 08 and 15. RGB value is (65,8,21). Sum of RGB (Red+Green+Blue) = 65+8+21=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #410815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410815 is #BEF7EA. Grayscale: #1A1A1A. Windows color (decimal): -12515307 or 1378369. OLE color: 1378369.

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

Color convert

RGB 65 8 21 -
CMYK 0 0.88 0.68 0.75
HSL 346.32º 0.78% 0.14% -
HSV(B) 346.32º 0.88% 0.25% -
XYZ 2.4 1.35 0.84 -
YUV 26.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 65 8 21 0 0.88 0.68 0.75 346.32 0.78 0.14
Hex 41 8 15 0 58 44 4B 15A 4E E
Octal 101 10 25 0 130 104 113 532 116 16
Binary 1000001 1000 10101 0 1011000 1000100 1001011 101011010 1001110 1110

Color Harmonies of #410815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410815

Black with #410815

Text Example


Text Example

White with #410815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410815; }

 p { color: rgb(65,8,21); }

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

background-color css

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

 a { background-color: rgb(65,8,21); }

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

border-color css

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

 span { border-color: rgb(65,8,21); }

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