Html Css Color HEX #410406 Rustic Red

📋 copy color: '#410406'

red 65 ◦ green 4 ◦ blue 6

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

Shades of Rustic Red #410406

Tints of Rustic Red #410406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.33%

 BLUE value IS 6 (2.73% from 255) = 8%

R = 86.67%
G = 5.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#410406 (or 0x410406) is known color: Rustic Red. HEX triplet: 41, 04 and 06. RGB value is (65,4,6). Sum of RGB (Red+Green+Blue) = 65+4+6=75 (9% of max value = 765). Red value is 65 (25.78% from 255 or 86.67% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 65 - color contains mainly: red. Hex color #410406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410406 is #BEFBF9. Grayscale: #161616. Windows color (decimal): -12516346 or 394305. OLE color: 394305.

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

Color convert

RGB 65 4 6 -
CMYK 0 0.94 0.91 0.75
HSL 358.03º 0.88% 0.14% -
HSV(B) 358.03º 0.94% 0.25% -
XYZ 2.26 1.22 0.29 -
YUV 22.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 65 4 6 0 0.94 0.91 0.75 358.03 0.88 0.14
Hex 41 4 6 0 5E 5B 4B 166 58 E
Octal 101 4 6 0 136 133 113 546 130 16
Binary 1000001 100 110 0 1011110 1011011 1001011 101100110 1011000 1110

Color Harmonies of #410406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410406

Black with #410406

Text Example


Text Example

White with #410406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410406; }

 p { color: rgb(65,4,6); }

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

background-color css

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

 a { background-color: rgb(65,4,6); }

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

border-color css

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

 span { border-color: rgb(65,4,6); }

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