Html Css Color HEX #410411 Rustic Red

📋 copy color: '#410411'

red 65 ◦ green 4 ◦ blue 17

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

Shades of Rustic Red #410411

Tints of Rustic Red #410411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.77%

R = 75.58%
G = 4.65%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#410411 (or 0x410411) is known color: Rustic Red. HEX triplet: 41, 04 and 11. RGB value is (65,4,17). Sum of RGB (Red+Green+Blue) = 65+4+17=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #410411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410411 is #BEFBEE. Grayscale: #171717. Windows color (decimal): -12516335 or 1115201. OLE color: 1115201.

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

Color convert

RGB 65 4 17 -
CMYK 0 0.94 0.74 0.75
HSL 347.21º 0.88% 0.14% -
HSV(B) 347.21º 0.94% 0.25% -
XYZ 2.32 1.25 0.65 -
YUV 23.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 65 4 17 0 0.94 0.74 0.75 347.21 0.88 0.14
Hex 41 4 11 0 5E 4A 4B 15B 58 E
Octal 101 4 21 0 136 112 113 533 130 16
Binary 1000001 100 10001 0 1011110 1001010 1001011 101011011 1011000 1110

Color Harmonies of #410411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410411

Black with #410411

Text Example


Text Example

White with #410411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410411; }

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

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

background-color css

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

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

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

border-color css

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

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

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