#15090A

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

Shades of Rustic Red #15090A

Tints of Rustic Red #15090A

Color information

#15090A (or 0x15090A) is unknown color: approx Rustic Red. HEX triplet: 15, 09 and 0A. RGB value is (21,9,10). Sum of RGB (Red+Green+Blue) = 21+9+10=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #15090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15090A is #EAF6F5. Grayscale: #0C0C0C. Windows color (decimal): -15398646 or 657685. OLE color: 657685.

HSL color Cylindrical-coordinate representation of color #15090A: hue angle of 355º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15090A is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB21910-
CMYK00.570.520.92
HSL355º40%5.88%-
HSV(B)355º57.14%8.24%-
XYZ0.460.380.34-
YUV12.7126.48133.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 9 (3.91% from 255) = 22.5%
BLUE value IS 10 (4.30% from 255) = 25%
R=52.5%
G=22.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2191000.570.520.92355405.88
Hex159A039345C163286
Octal25111207164134543506
Binary101011001101001110011101001011100101100011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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