#41000F

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

Shades of Rustic Red #41000F

Tints of Rustic Red #41000F

Color information

#41000F (or 0x41000F) is unknown color: approx Rustic Red. HEX triplet: 41, 00 and 0F. RGB value is (65,0,15). Sum of RGB (Red+Green+Blue) = 65+0+15=80 (10% of max value = 765). Red value is 65 (25.78% from 255 or 81.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 65 - color contains mainly: red. Hex color #41000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41000F is #BEFFF0. Grayscale: #151515. Windows color (decimal): -12517361 or 983105. OLE color: 983105.

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

Color convert

RGB65015-
CMYK010.770.75
HSL346.15º100%12.75%-
HSV(B)346.15º100%25.49%-
XYZ2.271.160.56-
YUV21.14124.53159.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 81.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=81.25%
G=0%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65015010.770.75346.1510012.75
Hex410F0644D4B15a64d
Octal101017014411511353214415
Binary100000101111011001001001101100101110101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41000F; }

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

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

<style>
 a { background-color: #41000F; }

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

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

<style>
 span { border-color: #41000F; }

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

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