Html Css Color HEX #410415 Rustic Red

📋 copy color: '#410415'

red 65 ◦ green 4 ◦ blue 21

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

Shades of Rustic Red #410415

Tints of Rustic Red #410415

RGB

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

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

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

R = 72.22%
G = 4.44%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#410415 (or 0x410415) is known color: Rustic Red. HEX triplet: 41, 04 and 15. RGB value is (65,4,21). Sum of RGB (Red+Green+Blue) = 65+4+21=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #410415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410415 is #BEFBEA. Grayscale: #181818. Windows color (decimal): -12516331 or 1377345. OLE color: 1377345.

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

Color convert

RGB 65 4 21 -
CMYK 0 0.94 0.68 0.75
HSL 343.28º 0.88% 0.14% -
HSV(B) 343.28º 0.94% 0.25% -
XYZ 2.36 1.26 0.83 -
YUV 24.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 65 4 21 0 0.94 0.68 0.75 343.28 0.88 0.14
Hex 41 4 15 0 5E 44 4B 157 58 E
Octal 101 4 25 0 136 104 113 527 130 16
Binary 1000001 100 10101 0 1011110 1000100 1001011 101010111 1011000 1110

Color Harmonies of #410415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410415

Black with #410415

Text Example


Text Example

White with #410415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410415; }

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

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

background-color css

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

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

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

border-color css

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

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

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