Html Css Color HEX #410B16 Rustic Red

📋 copy color: '#410B16'

red 65 ◦ green 11 ◦ blue 22

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

Shades of Rustic Red #410B16

Tints of Rustic Red #410B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22.45%

R = 66.33%
G = 11.22%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#410B16 (or 0x410B16) is known color: Rustic Red. HEX triplet: 41, 0B and 16. RGB value is (65,11,22). Sum of RGB (Red+Green+Blue) = 65+11+22=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #410B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B16 is #BEF4E9. Grayscale: #1C1C1C. Windows color (decimal): -12514538 or 1444673. OLE color: 1444673.

HSL color Cylindrical-coordinate representation of color #410B16: hue angle of 347.78º 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 #410B16 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 11 22 -
CMYK 0 0.83 0.66 0.75
HSL 347.78º 0.71% 0.15% -
HSV(B) 347.78º 0.83% 0.25% -
XYZ 2.44 1.42 0.9 -
YUV 28.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 65 11 22 0 0.83 0.66 0.75 347.78 0.71 0.15
Hex 41 B 16 0 53 42 4B 15C 47 F
Octal 101 13 26 0 123 102 113 534 107 17
Binary 1000001 1011 10110 0 1010011 1000010 1001011 101011100 1000111 1111

Color Harmonies of #410B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B16

Black with #410B16

Text Example


Text Example

White with #410B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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