Html Css Color HEX #410D15 Rustic Red

📋 copy color: '#410D15'

red 65 ◦ green 13 ◦ blue 21

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

Shades of Rustic Red #410D15

Tints of Rustic Red #410D15

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.13%

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

R = 65.66%
G = 13.13%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#410D15 (or 0x410D15) is known color: Rustic Red. HEX triplet: 41, 0D and 15. RGB value is (65,13,21). Sum of RGB (Red+Green+Blue) = 65+13+21=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #410D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D15 is #BEF2EA. Grayscale: #1D1D1D. Windows color (decimal): -12514027 or 1379649. OLE color: 1379649.

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

Color convert

RGB 65 13 21 -
CMYK 0 0.80 0.68 0.75
HSL 350.77º 0.67% 0.15% -
HSV(B) 350.77º 0.8% 0.25% -
XYZ 2.46 1.47 0.86 -
YUV 29.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 65 13 21 0 0.80 0.68 0.75 350.77 0.67 0.15
Hex 41 D 15 0 50 44 4B 15F 43 F
Octal 101 15 25 0 120 104 113 537 103 17
Binary 1000001 1101 10101 0 1010000 1000100 1001011 101011111 1000011 1111

Color Harmonies of #410D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D15

Black with #410D15

Text Example


Text Example

White with #410D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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