#410B1A

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

Shades of Rustic Red #410B1A

Tints of Rustic Red #410B1A

Color information

#410B1A (or 0x410B1A) is unknown color: approx Rustic Red. HEX triplet: 41, 0B and 1A. RGB value is (65,11,26). Sum of RGB (Red+Green+Blue) = 65+11+26=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #410B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410B1A is #BEF4E5. Grayscale: #1C1C1C. Windows color (decimal): -12514534 or 1706817. OLE color: 1706817.

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

Color convert

RGB651126-
CMYK00.830.600.75
HSL343.33º71.05%14.9%-
HSV(B)343.33º83.08%25.49%-
XYZ2.491.441.12-
YUV28.86126.39153.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=63.73%
G=10.78%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65112600.830.600.75343.3371.0514.9
Hex41B1A0533C4B15747f
Octal101133201237411352710717
Binary100000110111101001010011111100100101110101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,11,26); }

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

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

 a { background-color: rgb(65,11,26); }

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

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

 span { border-color: rgb(65,11,26); }

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