Html Css Color HEX #411318 Rustic Red

📋 copy color: '#411318'

red 65 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #411318

Tints of Rustic Red #411318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

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

R = 60.19%
G = 17.59%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#411318 (or 0x411318) is known color: Rustic Red. HEX triplet: 41, 13 and 18. RGB value is (65,19,24). Sum of RGB (Red+Green+Blue) = 65+19+24=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #411318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411318 is #BEECE7. Grayscale: #212121. Windows color (decimal): -12512488 or 1577793. OLE color: 1577793.

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

Color convert

RGB 65 19 24 -
CMYK 0 0.71 0.63 0.75
HSL 353.48º 0.55% 0.16% -
HSV(B) 353.48º 0.71% 0.25% -
XYZ 2.58 1.66 1.05 -
YUV 33.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 65 19 24 0 0.71 0.63 0.75 353.48 0.55 0.16
Hex 41 13 18 0 47 3F 4B 161 37 10
Octal 101 23 30 0 107 77 113 541 67 20
Binary 1000001 10011 11000 0 1000111 111111 1001011 101100001 110111 10000

Color Harmonies of #411318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411318

Black with #411318

Text Example


Text Example

White with #411318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411318; }

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

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

background-color css

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

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

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

border-color css

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

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

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