Html Css Color HEX #410007 Rustic Red

📋 copy color: '#410007'

red 65 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #410007

Tints of Rustic Red #410007

RGB

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

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

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

R = 90.28%
G = 0%
B = 9.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#410007 (or 0x410007) is known color: Rustic Red. HEX triplet: 41, 00 and 07. RGB value is (65,0,7). Sum of RGB (Red+Green+Blue) = 65+0+7=72 (9% of max value = 765). Red value is 65 (25.78% from 255 or 90.28% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 65 - color contains mainly: red. Hex color #410007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410007 is #BEFFF8. Grayscale: #141414. Windows color (decimal): -12517369 or 458817. OLE color: 458817.

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

Color convert

RGB 65 0 7 -
CMYK 0 1 0.89 0.75
HSL 353.54º 1% 0.13% -
HSV(B) 353.54º 1% 0.25% -
XYZ 2.22 1.14 0.3 -
YUV 20.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 65 0 7 0 1 0.89 0.75 353.54 1 0.13
Hex 41 0 7 0 64 59 4B 162 64 D
Octal 101 0 7 0 144 131 113 542 144 15
Binary 1000001 0 111 0 1100100 1011001 1001011 101100010 1100100 1101

Color Harmonies of #410007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410007

Black with #410007

Text Example


Text Example

White with #410007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410007; }

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

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

background-color css

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

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

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

border-color css

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

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

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