Html Css Color HEX #410B15 Rustic Red

📋 copy color: '#410B15'

red 65 ◦ green 11 ◦ blue 21

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

Shades of Rustic Red #410B15

Tints of Rustic Red #410B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.34%

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

R = 67.01%
G = 11.34%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#410B15 (or 0x410B15) is known color: Rustic Red. HEX triplet: 41, 0B and 15. RGB value is (65,11,21). Sum of RGB (Red+Green+Blue) = 65+11+21=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #410B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B15 is #BEF4EA. Grayscale: #1C1C1C. Windows color (decimal): -12514539 or 1379137. OLE color: 1379137.

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

Color convert

RGB 65 11 21 -
CMYK 0 0.83 0.68 0.75
HSL 348.89º 0.71% 0.15% -
HSV(B) 348.89º 0.83% 0.25% -
XYZ 2.44 1.42 0.85 -
YUV 28.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 65 11 21 0 0.83 0.68 0.75 348.89 0.71 0.15
Hex 41 B 15 0 53 44 4B 15D 47 F
Octal 101 13 25 0 123 104 113 535 107 17
Binary 1000001 1011 10101 0 1010011 1000100 1001011 101011101 1000111 1111

Color Harmonies of #410B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B15

Black with #410B15

Text Example


Text Example

White with #410B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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