#40010B

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

Shades of Rustic Red #40010B

Tints of Rustic Red #40010B

Color information

#40010B (or 0x40010B) is unknown color: approx Rustic Red. HEX triplet: 40, 01 and 0B. RGB value is (64,1,11). Sum of RGB (Red+Green+Blue) = 64+1+11=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #40010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40010B is #BFFEF4. Grayscale: #151515. Windows color (decimal): -12582645 or 721216. OLE color: 721216.

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

Color convert

RGB64111-
CMYK00.980.830.75
HSL350.48º96.92%12.75%-
HSV(B)350.48º98.44%25.1%-
XYZ2.191.140.42-
YUV20.98122.37158.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 84.21%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=84.21%
G=1.32%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6411100.980.830.75350.4896.9212.75
Hex401B062534B15e61d
Octal100113014212311353614115
Binary100000011011011000101010011100101110101111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,1,11); }

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

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

 a { background-color: rgb(64,1,11); }

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

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

 span { border-color: rgb(64,1,11); }

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