Html Css Color HEX #410507 Rustic Red

📋 copy color: '#410507'

red 65 ◦ green 5 ◦ blue 7

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

Shades of Rustic Red #410507

Tints of Rustic Red #410507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.49%

 BLUE value IS 7 (3.13% from 255) = 9.09%

R = 84.42%
G = 6.49%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#410507 (or 0x410507) is known color: Rustic Red. HEX triplet: 41, 05 and 07. RGB value is (65,5,7). Sum of RGB (Red+Green+Blue) = 65+5+7=77 (10% of max value = 765). Red value is 65 (25.78% from 255 or 84.42% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 65 - color contains mainly: red. Hex color #410507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410507 is #BEFAF8. Grayscale: #171717. Windows color (decimal): -12516089 or 460097. OLE color: 460097.

HSL color Cylindrical-coordinate representation of color #410507: hue angle of 358º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410507 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 5 7 -
CMYK 0 0.92 0.89 0.75
HSL 358º 0.86% 0.14% -
HSV(B) 358º 0.92% 0.25% -
XYZ 2.27 1.25 0.32 -
YUV 23.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 65 5 7 0 0.92 0.89 0.75 358 0.86 0.14
Hex 41 5 7 0 5C 59 4B 166 56 E
Octal 101 5 7 0 134 131 113 546 126 16
Binary 1000001 101 111 0 1011100 1011001 1001011 101100110 1010110 1110

Color Harmonies of #410507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410507

Black with #410507

Text Example


Text Example

White with #410507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410507; }

 p { color: rgb(65,5,7); }

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

background-color css

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

 a { background-color: rgb(65,5,7); }

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

border-color css

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

 span { border-color: rgb(65,5,7); }

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