Html Css Color HEX #410515 Rustic Red

📋 copy color: '#410515'

red 65 ◦ green 5 ◦ blue 21

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

Shades of Rustic Red #410515

Tints of Rustic Red #410515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.49%

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

R = 71.43%
G = 5.49%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#410515 (or 0x410515) is known color: Rustic Red. HEX triplet: 41, 05 and 15. RGB value is (65,5,21). Sum of RGB (Red+Green+Blue) = 65+5+21=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #410515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410515 is #BEFAEA. Grayscale: #181818. Windows color (decimal): -12516075 or 1377601. OLE color: 1377601.

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

Color convert

RGB 65 5 21 -
CMYK 0 0.92 0.68 0.75
HSL 344º 0.86% 0.14% -
HSV(B) 344º 0.92% 0.25% -
XYZ 2.37 1.29 0.83 -
YUV 24.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 65 5 21 0 0.92 0.68 0.75 344 0.86 0.14
Hex 41 5 15 0 5C 44 4B 158 56 E
Octal 101 5 25 0 134 104 113 530 126 16
Binary 1000001 101 10101 0 1011100 1000100 1001011 101011000 1010110 1110

Color Harmonies of #410515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410515

Black with #410515

Text Example


Text Example

White with #410515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410515; }

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

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

background-color css

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

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

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

border-color css

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

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

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