Html Css Color HEX #410213 Rustic Red

📋 copy color: '#410213'

red 65 ◦ green 2 ◦ blue 19

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

Shades of Rustic Red #410213

Tints of Rustic Red #410213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.33%

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

R = 75.58%
G = 2.33%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#410213 (or 0x410213) is known color: Rustic Red. HEX triplet: 41, 02 and 13. RGB value is (65,2,19). Sum of RGB (Red+Green+Blue) = 65+2+19=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #410213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410213 is #BEFDEC. Grayscale: #161616. Windows color (decimal): -12516845 or 1245761. OLE color: 1245761.

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

Color convert

RGB 65 2 19 -
CMYK 0 0.97 0.71 0.75
HSL 343.81º 0.94% 0.13% -
HSV(B) 343.81º 0.97% 0.25% -
XYZ 2.32 1.21 0.73 -
YUV 22.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 65 2 19 0 0.97 0.71 0.75 343.81 0.94 0.13
Hex 41 2 13 0 61 47 4B 158 5E D
Octal 101 2 23 0 141 107 113 530 136 15
Binary 1000001 10 10011 0 1100001 1000111 1001011 101011000 1011110 1101

Color Harmonies of #410213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410213

Black with #410213

Text Example


Text Example

White with #410213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410213; }

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

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

background-color css

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

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

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

border-color css

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

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

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