Html Css Color HEX #410015 Rustic Red

📋 copy color: '#410015'

red 65 ◦ green 0 ◦ blue 21

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

Shades of Rustic Red #410015

Tints of Rustic Red #410015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 24.42%

R = 75.58%
G = 0%
B = 24.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#410015 (or 0x410015) is known color: Rustic Red. HEX triplet: 41, 00 and 15. RGB value is (65,0,21). Sum of RGB (Red+Green+Blue) = 65+0+21=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #410015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410015 is #BEFFEA. Grayscale: #151515. Windows color (decimal): -12517355 or 1376321. OLE color: 1376321.

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

Color convert

RGB 65 0 21 -
CMYK 0 1 0.68 0.75
HSL 340.62º 1% 0.13% -
HSV(B) 340.62º 1% 0.25% -
XYZ 2.32 1.18 0.81 -
YUV 21.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 65 0 21 0 1 0.68 0.75 340.62 1 0.13
Hex 41 0 15 0 64 44 4B 155 64 D
Octal 101 0 25 0 144 104 113 525 144 15
Binary 1000001 0 10101 0 1100100 1000100 1001011 101010101 1100100 1101

Color Harmonies of #410015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410015

Black with #410015

Text Example


Text Example

White with #410015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410015; }

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

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

background-color css

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

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

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

border-color css

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

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

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