Html Css Color HEX #410016 Rustic Red

📋 copy color: '#410016'

red 65 ◦ green 0 ◦ blue 22

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

Shades of Rustic Red #410016

Tints of Rustic Red #410016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 25.29%

R = 74.71%
G = 0%
B = 25.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#410016 (or 0x410016) is known color: Rustic Red. HEX triplet: 41, 00 and 16. RGB value is (65,0,22). Sum of RGB (Red+Green+Blue) = 65+0+22=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #410016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410016 is #BEFFE9. Grayscale: #151515. Windows color (decimal): -12517354 or 1441857. OLE color: 1441857.

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

Color convert

RGB 65 0 22 -
CMYK 0 1 0.66 0.75
HSL 339.69º 1% 0.13% -
HSV(B) 339.69º 1% 0.25% -
XYZ 2.32 1.18 0.86 -
YUV 21.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 65 0 22 0 1 0.66 0.75 339.69 1 0.13
Hex 41 0 16 0 64 42 4B 154 64 D
Octal 101 0 26 0 144 102 113 524 144 15
Binary 1000001 0 10110 0 1100100 1000010 1001011 101010100 1100100 1101

Color Harmonies of #410016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410016

Black with #410016

Text Example


Text Example

White with #410016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410016; }

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

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

background-color css

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

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

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

border-color css

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

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

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