#150C0F

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

Shades of Rustic Red #150C0F

Tints of Rustic Red #150C0F

Color information

#150C0F (or 0x150C0F) is unknown color: approx Rustic Red. HEX triplet: 15, 0C and 0F. RGB value is (21,12,15). Sum of RGB (Red+Green+Blue) = 21+12+15=48 (6% of max value = 765). Red value is 21 (8.59% from 255 or 43.75% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 21 - color contains mainly: red. Hex color #150C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C0F is #EAF3F0. Grayscale: #0F0F0F. Windows color (decimal): -15397873 or 986133. OLE color: 986133.

HSL color Cylindrical-coordinate representation of color #150C0F: hue angle of 340º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #150C0F is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB211215-
CMYK00.430.290.92
HSL340º27.27%6.47%-
HSV(B)340º42.86%8.24%-
XYZ0.530.460.51-
YUV15.03127.98132.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 43.75%
GREEN value IS 12 (5.08% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 31.25%
R=43.75%
G=25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21121500.430.290.9234027.276.47
Hex15CF02B1D5C1541b6
Octal25141705335134524336
Binary1010111001111010101111101101110010101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150C0F; }

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

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

<style>
 a { background-color: #150C0F; }

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

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

<style>
 span { border-color: #150C0F; }

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

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