#41090B

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

Shades of Rustic Red #41090B

Tints of Rustic Red #41090B

Color information

#41090B (or 0x41090B) is unknown color: approx Rustic Red. HEX triplet: 41, 09 and 0B. RGB value is (65,9,11). Sum of RGB (Red+Green+Blue) = 65+9+11=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #41090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41090B is #BEF6F4. Grayscale: #1A1A1A. Windows color (decimal): -12515061 or 723265. OLE color: 723265.

HSL color Cylindrical-coordinate representation of color #41090B: hue angle of 357.86º 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 #41090B is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB65911-
CMYK00.860.830.75
HSL357.86º75.68%14.51%-
HSV(B)357.86º86.15%25.49%-
XYZ2.341.340.45-
YUV25.97119.55155.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 76.47%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=76.47%
G=10.59%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6591100.860.830.75357.8675.6814.51
Hex419B056534B1664cf
Octal1011113012612311354611417
Binary100000110011011010101101010011100101110110011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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