#15040B

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

Shades of Rustic Red #15040B

Tints of Rustic Red #15040B

Color information

#15040B (or 0x15040B) is unknown color: approx Rustic Red. HEX triplet: 15, 04 and 0B. RGB value is (21,4,11). Sum of RGB (Red+Green+Blue) = 21+4+11=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #15040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15040B is #EAFBF4. Grayscale: #090909. Windows color (decimal): -15399925 or 721941. OLE color: 721941.

HSL color Cylindrical-coordinate representation of color #15040B: hue angle of 335.29º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15040B is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB21411-
CMYK00.810.480.92
HSL335.29º68%4.9%-
HSV(B)335.29º80.95%8.24%-
XYZ0.410.270.35-
YUV9.88128.63135.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 58.33%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 11 (4.69% from 255) = 30.56%
R=58.33%
G=11.11%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2141100.810.480.92335.29684.9
Hex154B051305C14f445
Octal254130121601345171045
Binary1010110010110101000111000010111001010011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,4,11); }

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

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

 a { background-color: rgb(21,4,11); }

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

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

 span { border-color: rgb(21,4,11); }

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