Html Css Color HEX #410A15 Rustic Red

📋 copy color: '#410A15'

red 65 ◦ green 10 ◦ blue 21

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

Shades of Rustic Red #410A15

Tints of Rustic Red #410A15

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.42%

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

R = 67.71%
G = 10.42%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#410A15 (or 0x410A15) is known color: Rustic Red. HEX triplet: 41, 0A and 15. RGB value is (65,10,21). Sum of RGB (Red+Green+Blue) = 65+10+21=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #410A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A15 is #BEF5EA. Grayscale: #1B1B1B. Windows color (decimal): -12514795 or 1378881. OLE color: 1378881.

HSL color Cylindrical-coordinate representation of color #410A15: hue angle of 348º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A15 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 10 21 -
CMYK 0 0.85 0.68 0.75
HSL 348º 0.73% 0.15% -
HSV(B) 348º 0.85% 0.25% -
XYZ 2.42 1.4 0.85 -
YUV 27.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 65 10 21 0 0.85 0.68 0.75 348 0.73 0.15
Hex 41 A 15 0 55 44 4B 15C 49 F
Octal 101 12 25 0 125 104 113 534 111 17
Binary 1000001 1010 10101 0 1010101 1000100 1001011 101011100 1001001 1111

Color Harmonies of #410A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A15

Black with #410A15

Text Example


Text Example

White with #410A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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