Html Css Color HEX #410413 Rustic Red

📋 copy color: '#410413'

red 65 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #410413

Tints of Rustic Red #410413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 21.59%

R = 73.86%
G = 4.55%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#410413 (or 0x410413) is known color: Rustic Red. HEX triplet: 41, 04 and 13. RGB value is (65,4,19). Sum of RGB (Red+Green+Blue) = 65+4+19=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #410413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410413 is #BEFBEC. Grayscale: #171717. Windows color (decimal): -12516333 or 1246273. OLE color: 1246273.

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

Color convert

RGB 65 4 19 -
CMYK 0 0.94 0.71 0.75
HSL 345.25º 0.88% 0.14% -
HSV(B) 345.25º 0.94% 0.25% -
XYZ 2.34 1.26 0.74 -
YUV 23.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 65 4 19 0 0.94 0.71 0.75 345.25 0.88 0.14
Hex 41 4 13 0 5E 47 4B 159 58 E
Octal 101 4 23 0 136 107 113 531 130 16
Binary 1000001 100 10011 0 1011110 1000111 1001011 101011001 1011000 1110

Color Harmonies of #410413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410413

Black with #410413

Text Example


Text Example

White with #410413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410413; }

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

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

background-color css

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

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

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

border-color css

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

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

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