Html Css Color HEX #410410 Rustic Red

📋 copy color: '#410410'

red 65 ◦ green 4 ◦ blue 16

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

Shades of Rustic Red #410410

Tints of Rustic Red #410410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.82%

R = 76.47%
G = 4.71%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#410410 (or 0x410410) is known color: Rustic Red. HEX triplet: 41, 04 and 10. RGB value is (65,4,16). Sum of RGB (Red+Green+Blue) = 65+4+16=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #410410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410410 is #BEFBEF. Grayscale: #171717. Windows color (decimal): -12516336 or 1049665. OLE color: 1049665.

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

Color convert

RGB 65 4 16 -
CMYK 0 0.94 0.75 0.75
HSL 348.2º 0.88% 0.14% -
HSV(B) 348.2º 0.94% 0.25% -
XYZ 2.32 1.25 0.61 -
YUV 23.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 65 4 16 0 0.94 0.75 0.75 348.2 0.88 0.14
Hex 41 4 10 0 5E 4B 4B 15C 58 E
Octal 101 4 20 0 136 113 113 534 130 16
Binary 1000001 100 10000 0 1011110 1001011 1001011 101011100 1011000 1110

Color Harmonies of #410410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410410

Black with #410410

Text Example


Text Example

White with #410410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410410; }

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

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

background-color css

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

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

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

border-color css

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

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

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