#41090A

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

Shades of Rustic Red #41090A

Tints of Rustic Red #41090A

Color information

#41090A (or 0x41090A) is unknown color: approx Rustic Red. HEX triplet: 41, 09 and 0A. RGB value is (65,9,10). Sum of RGB (Red+Green+Blue) = 65+9+10=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #41090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41090A is #BEF6F5. Grayscale: #191919. Windows color (decimal): -12515062 or 657729. OLE color: 657729.

HSL color Cylindrical-coordinate representation of color #41090A: hue angle of 358.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41090A is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB65910-
CMYK00.860.850.75
HSL358.93º75.68%14.51%-
HSV(B)358.93º86.15%25.49%-
XYZ2.331.340.42-
YUV25.86119.05155.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 77.38%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=77.38%
G=10.71%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6591000.860.850.75358.9375.6814.51
Hex419A056554B1674cf
Octal1011112012612511354711417
Binary100000110011010010101101010101100101110110011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41090A; }

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

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

<style>
 a { background-color: #41090A; }

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

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

<style>
 span { border-color: #41090A; }

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

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