Html Css Color HEX #411016 Rustic Red

📋 copy color: '#411016'

red 65 ◦ green 16 ◦ blue 22

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

Shades of Rustic Red #411016

Tints of Rustic Red #411016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.53%

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

R = 63.11%
G = 15.53%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#411016 (or 0x411016) is known color: Rustic Red. HEX triplet: 41, 10 and 16. RGB value is (65,16,22). Sum of RGB (Red+Green+Blue) = 65+16+22=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411016 is #BEEFE9. Grayscale: #1F1F1F. Windows color (decimal): -12513258 or 1445953. OLE color: 1445953.

HSL color Cylindrical-coordinate representation of color #411016: hue angle of 352.65º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411016 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 16 22 -
CMYK 0 0.75 0.66 0.75
HSL 352.65º 0.6% 0.16% -
HSV(B) 352.65º 0.75% 0.25% -
XYZ 2.51 1.55 0.93 -
YUV 31.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 65 16 22 0 0.75 0.66 0.75 352.65 0.6 0.16
Hex 41 10 16 0 4B 42 4B 161 3C 10
Octal 101 20 26 0 113 102 113 541 74 20
Binary 1000001 10000 10110 0 1001011 1000010 1001011 101100001 111100 10000

Color Harmonies of #411016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411016

Black with #411016

Text Example


Text Example

White with #411016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411016; }

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

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

background-color css

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

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

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

border-color css

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

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

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