Html Css Color HEX #410013 Rustic Red

📋 copy color: '#410013'

red 65 ◦ green 0 ◦ blue 19

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

Shades of Rustic Red #410013

Tints of Rustic Red #410013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.38%
G = 0%
B = 22.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#410013 (or 0x410013) is known color: Rustic Red. HEX triplet: 41, 00 and 13. RGB value is (65,0,19). Sum of RGB (Red+Green+Blue) = 65+0+19=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #410013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410013 is #BEFFEC. Grayscale: #151515. Windows color (decimal): -12517357 or 1245249. OLE color: 1245249.

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

Color convert

RGB 65 0 19 -
CMYK 0 1 0.71 0.75
HSL 342.46º 1% 0.13% -
HSV(B) 342.46º 1% 0.25% -
XYZ 2.3 1.17 0.72 -
YUV 21.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 65 0 19 0 1 0.71 0.75 342.46 1 0.13
Hex 41 0 13 0 64 47 4B 156 64 D
Octal 101 0 23 0 144 107 113 526 144 15
Binary 1000001 0 10011 0 1100100 1000111 1001011 101010110 1100100 1101

Color Harmonies of #410013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410013

Black with #410013

Text Example


Text Example

White with #410013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410013; }

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

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

background-color css

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

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

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

border-color css

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

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

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