#15040C

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

Shades of Rustic Red #15040C

Tints of Rustic Red #15040C

Color information

#15040C (or 0x15040C) is unknown color: approx Rustic Red. HEX triplet: 15, 04 and 0C. RGB value is (21,4,12). Sum of RGB (Red+Green+Blue) = 21+4+12=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #15040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15040C is #EAFBF3. Grayscale: #090909. Windows color (decimal): -15399924 or 787477. OLE color: 787477.

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

Color convert

RGB21412-
CMYK00.810.430.92
HSL331.76º68%4.9%-
HSV(B)331.76º80.95%8.24%-
XYZ0.420.270.38-
YUV9.99129.13135.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 56.76%
GREEN value IS 4 (1.95% from 255) = 10.81%
BLUE value IS 12 (5.08% from 255) = 32.43%
R=56.76%
G=10.81%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2141200.810.430.92331.76684.9
Hex154C0512B5C14c445
Octal254140121531345141045
Binary1010110011000101000110101110111001010011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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