#15040A

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

Shades of Rustic Red #15040A

Tints of Rustic Red #15040A

Color information

#15040A (or 0x15040A) is unknown color: approx Rustic Red. HEX triplet: 15, 04 and 0A. RGB value is (21,4,10). Sum of RGB (Red+Green+Blue) = 21+4+10=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #15040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15040A is #EAFBF5. Grayscale: #090909. Windows color (decimal): -15399926 or 656405. OLE color: 656405.

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

Color convert

RGB21410-
CMYK00.810.520.92
HSL338.82º68%4.9%-
HSV(B)338.82º80.95%8.24%-
XYZ0.410.270.32-
YUV9.77128.13136.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 60%
GREEN value IS 4 (1.95% from 255) = 11.43%
BLUE value IS 10 (4.30% from 255) = 28.57%
R=60%
G=11.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2141000.810.520.92338.82684.9
Hex154A051345C153445
Octal254120121641345231045
Binary1010110010100101000111010010111001010100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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