Html Css Color HEX #410915 Rustic Red

📋 copy color: '#410915'

red 65 ◦ green 9 ◦ blue 21

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

Shades of Rustic Red #410915

Tints of Rustic Red #410915

RGB

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

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

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

R = 68.42%
G = 9.47%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#410915 (or 0x410915) is known color: Rustic Red. HEX triplet: 41, 09 and 15. RGB value is (65,9,21). Sum of RGB (Red+Green+Blue) = 65+9+21=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #410915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410915 is #BEF6EA. Grayscale: #1B1B1B. Windows color (decimal): -12515051 or 1378625. OLE color: 1378625.

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

Color convert

RGB 65 9 21 -
CMYK 0 0.86 0.68 0.75
HSL 347.14º 0.76% 0.15% -
HSV(B) 347.14º 0.86% 0.25% -
XYZ 2.41 1.37 0.85 -
YUV 27.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 65 9 21 0 0.86 0.68 0.75 347.14 0.76 0.15
Hex 41 9 15 0 56 44 4B 15B 4C F
Octal 101 11 25 0 126 104 113 533 114 17
Binary 1000001 1001 10101 0 1010110 1000100 1001011 101011011 1001100 1111

Color Harmonies of #410915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410915

Black with #410915

Text Example


Text Example

White with #410915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410915; }

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

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

background-color css

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

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

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

border-color css

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

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

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