#41010C

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

Shades of Rustic Red #41010C

Tints of Rustic Red #41010C

Color information

#41010C (or 0x41010C) is unknown color: approx Rustic Red. HEX triplet: 41, 01 and 0C. RGB value is (65,1,12). Sum of RGB (Red+Green+Blue) = 65+1+12=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #41010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41010C is #BEFEF3. Grayscale: #151515. Windows color (decimal): -12517108 or 786753. OLE color: 786753.

HSL color Cylindrical-coordinate representation of color #41010C: hue angle of 349.69º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41010C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB65112-
CMYK00.980.820.75
HSL349.69º96.97%12.94%-
HSV(B)349.69º98.46%25.49%-
XYZ2.261.170.46-
YUV21.39122.7159.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 83.33%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=83.33%
G=1.28%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6511200.980.820.75349.6996.9712.94
Hex411C062524B15e61d
Octal101114014212211353614115
Binary100000111100011000101010010100101110101111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41010C; }

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

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

<style>
 a { background-color: #41010C; }

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

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

<style>
 span { border-color: #41010C; }

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

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