#410A19

Color #410A19 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #410A19

Tints of Rustic Red #410A19

Color information

#410A19 (or 0x410A19) is unknown color: approx Rustic Red. HEX triplet: 41, 0A and 19. RGB value is (65,10,25). Sum of RGB (Red+Green+Blue) = 65+10+25=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #410A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A19 is #BEF5E6. Grayscale: #1C1C1C. Windows color (decimal): -12514791 or 1641025. OLE color: 1641025.

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

Color convert

RGB651025-
CMYK00.850.620.75
HSL343.64º73.33%14.71%-
HSV(B)343.64º84.62%25.49%-
XYZ2.461.411.06-
YUV28.16126.22154.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 10 (4.30% from 255) = 10%
BLUE value IS 25 (10.16% from 255) = 25%
R=65%
G=10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65102500.850.620.75343.6473.3314.71
Hex41A190553E4B15849f
Octal101123101257611353011117
Binary100000110101100101010101111110100101110101100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #410A19;
 }
 .AnyTagClassName
 {
   color: #410A19;
 }
</style>
background-color css

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

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

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

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

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

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