#410C13

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

Shades of Rustic Red #410C13

Tints of Rustic Red #410C13

Color information

#410C13 (or 0x410C13) is unknown color: approx Rustic Red. HEX triplet: 41, 0C and 13. RGB value is (65,12,19). Sum of RGB (Red+Green+Blue) = 65+12+19=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #410C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C13 is #BEF3EC. Grayscale: #1C1C1C. Windows color (decimal): -12514285 or 1248321. OLE color: 1248321.

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

Color convert

RGB651219-
CMYK00.820.710.75
HSL352.08º68.83%15.1%-
HSV(B)352.08º81.54%25.49%-
XYZ2.431.430.76-
YUV28.64122.56153.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 12 (5.08% from 255) = 12.5%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=67.71%
G=12.5%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65121900.820.710.75352.0868.8315.1
Hex41C13052474B16045f
Octal1011423012210711354010517
Binary1000001110010011010100101000111100101110110000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,12,19); }

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

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

 a { background-color: rgb(65,12,19); }

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

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

 span { border-color: rgb(65,12,19); }

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