Html Css Color HEX #411018 Rustic Red

📋 copy color: '#411018'

red 65 ◦ green 16 ◦ blue 24

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

Shades of Rustic Red #411018

Tints of Rustic Red #411018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.86%

R = 61.9%
G = 15.24%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#411018 (or 0x411018) is known color: Rustic Red. HEX triplet: 41, 10 and 18. RGB value is (65,16,24). Sum of RGB (Red+Green+Blue) = 65+16+24=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411018 is #BEEFE7. Grayscale: #1F1F1F. Windows color (decimal): -12513256 or 1577025. OLE color: 1577025.

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

Color convert

RGB 65 16 24 -
CMYK 0 0.75 0.63 0.75
HSL 350.2º 0.6% 0.16% -
HSV(B) 350.2º 0.75% 0.25% -
XYZ 2.53 1.56 1.03 -
YUV 31.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 65 16 24 0 0.75 0.63 0.75 350.2 0.6 0.16
Hex 41 10 18 0 4B 3F 4B 15E 3C 10
Octal 101 20 30 0 113 77 113 536 74 20
Binary 1000001 10000 11000 0 1001011 111111 1001011 101011110 111100 10000

Color Harmonies of #411018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411018

Black with #411018

Text Example


Text Example

White with #411018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411018; }

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

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

background-color css

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

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

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

border-color css

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

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

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