Html Css Color HEX #410A17 Rustic Red

📋 copy color: '#410A17'

red 65 ◦ green 10 ◦ blue 23

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

Shades of Rustic Red #410A17

Tints of Rustic Red #410A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.2%

 BLUE value IS 23 (9.38% from 255) = 23.47%

R = 66.33%
G = 10.2%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#410A17 (or 0x410A17) is known color: Rustic Red. HEX triplet: 41, 0A and 17. RGB value is (65,10,23). Sum of RGB (Red+Green+Blue) = 65+10+23=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #410A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A17 is #BEF5E8. Grayscale: #1B1B1B. Windows color (decimal): -12514793 or 1509953. OLE color: 1509953.

HSL color Cylindrical-coordinate representation of color #410A17: hue angle of 345.82º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A17 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 10 23 -
CMYK 0 0.85 0.65 0.75
HSL 345.82º 0.73% 0.15% -
HSV(B) 345.82º 0.85% 0.25% -
XYZ 2.44 1.4 0.95 -
YUV 27.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 65 10 23 0 0.85 0.65 0.75 345.82 0.73 0.15
Hex 41 A 17 0 55 41 4B 15A 49 F
Octal 101 12 27 0 125 101 113 532 111 17
Binary 1000001 1010 10111 0 1010101 1000001 1001011 101011010 1001001 1111

Color Harmonies of #410A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A17

Black with #410A17

Text Example


Text Example

White with #410A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410A17; }

 p { color: rgb(65,10,23); }

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

background-color css

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

 a { background-color: rgb(65,10,23); }

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

border-color css

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

 span { border-color: rgb(65,10,23); }

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