Html Css Color HEX #410F19 Rustic Red

📋 copy color: '#410F19'

red 65 ◦ green 15 ◦ blue 25

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

Shades of Rustic Red #410F19

Tints of Rustic Red #410F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.29%

 BLUE value IS 25 (10.16% from 255) = 23.81%

R = 61.9%
G = 14.29%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#410F19 (or 0x410F19) is known color: Rustic Red. HEX triplet: 41, 0F and 19. RGB value is (65,15,25). Sum of RGB (Red+Green+Blue) = 65+15+25=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410F19 is #BEF0E6. Grayscale: #1F1F1F. Windows color (decimal): -12513511 or 1642305. OLE color: 1642305.

HSL color Cylindrical-coordinate representation of color #410F19: hue angle of 348º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #410F19 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 15 25 -
CMYK 0 0.77 0.62 0.75
HSL 348º 0.63% 0.16% -
HSV(B) 348º 0.77% 0.25% -
XYZ 2.53 1.54 1.08 -
YUV 31.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 65 15 25 0 0.77 0.62 0.75 348 0.63 0.16
Hex 41 F 19 0 4D 3E 4B 15C 3E 10
Octal 101 17 31 0 115 76 113 534 76 20
Binary 1000001 1111 11001 0 1001101 111110 1001011 101011100 111110 10000

Color Harmonies of #410F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F19

Black with #410F19

Text Example


Text Example

White with #410F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,15,25); }

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

background-color css

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

 a { background-color: rgb(65,15,25); }

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

border-color css

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

 span { border-color: rgb(65,15,25); }

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