Html Css Color HEX #410418 Rustic Red

📋 copy color: '#410418'

red 65 ◦ green 4 ◦ blue 24

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

Shades of Rustic Red #410418

Tints of Rustic Red #410418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 69.89%
G = 4.3%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#410418 (or 0x410418) is known color: Rustic Red. HEX triplet: 41, 04 and 18. RGB value is (65,4,24). Sum of RGB (Red+Green+Blue) = 65+4+24=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #410418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410418 is #BEFBE7. Grayscale: #181818. Windows color (decimal): -12516328 or 1573953. OLE color: 1573953.

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

Color convert

RGB 65 4 24 -
CMYK 0 0.94 0.63 0.75
HSL 340.33º 0.88% 0.14% -
HSV(B) 340.33º 0.94% 0.25% -
XYZ 2.39 1.28 0.98 -
YUV 24.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 65 4 24 0 0.94 0.63 0.75 340.33 0.88 0.14
Hex 41 4 18 0 5E 3F 4B 154 58 E
Octal 101 4 30 0 136 77 113 524 130 16
Binary 1000001 100 11000 0 1011110 111111 1001011 101010100 1011000 1110

Color Harmonies of #410418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410418

Black with #410418

Text Example


Text Example

White with #410418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410418; }

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

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

background-color css

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

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

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

border-color css

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

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

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