#15040D

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

Shades of Rustic Red #15040D

Tints of Rustic Red #15040D

Color information

#15040D (or 0x15040D) is unknown color: approx Rustic Red. HEX triplet: 15, 04 and 0D. RGB value is (21,4,13). Sum of RGB (Red+Green+Blue) = 21+4+13=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #15040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15040D is #EAFBF2. Grayscale: #0A0A0A. Windows color (decimal): -15399923 or 853013. OLE color: 853013.

HSL color Cylindrical-coordinate representation of color #15040D: hue angle of 328.24º 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 #15040D is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB21413-
CMYK00.810.380.92
HSL328.24º68%4.9%-
HSV(B)328.24º80.95%8.24%-
XYZ0.430.280.41-
YUV10.11129.63135.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 4 (1.95% from 255) = 10.53%
BLUE value IS 13 (5.47% from 255) = 34.21%
R=55.26%
G=10.53%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2141300.810.380.92328.24684.9
Hex154D051265C148445
Octal254150121461345101045
Binary1010110011010101000110011010111001010010001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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