#15090C

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

Shades of Rustic Red #15090C

Tints of Rustic Red #15090C

Color information

#15090C (or 0x15090C) is unknown color: approx Rustic Red. HEX triplet: 15, 09 and 0C. RGB value is (21,9,12). Sum of RGB (Red+Green+Blue) = 21+9+12=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #15090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15090C is #EAF6F3. Grayscale: #0C0C0C. Windows color (decimal): -15398644 or 788757. OLE color: 788757.

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

Color convert

RGB21912-
CMYK00.570.430.92
HSL345º40%5.88%-
HSV(B)345º57.14%8.24%-
XYZ0.470.380.4-
YUV12.93127.48133.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 21.43%
BLUE value IS 12 (5.08% from 255) = 28.57%
R=50%
G=21.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2191200.570.430.92345405.88
Hex159C0392B5C159286
Octal25111407153134531506
Binary101011001110001110011010111011100101011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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