#150F10

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

Shades of Rustic Red #150F10

Tints of Rustic Red #150F10

Color information

#150F10 (or 0x150F10) is unknown color: approx Rustic Red. HEX triplet: 15, 0F and 10. RGB value is (21,15,16). Sum of RGB (Red+Green+Blue) = 21+15+16=52 (6% of max value = 765). Red value is 21 (8.59% from 255 or 40.38% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 21 - color contains mainly: red. Hex color #150F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F10 is #EAF0EF. Grayscale: #101010. Windows color (decimal): -15397104 or 1052437. OLE color: 1052437.

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

Color convert

RGB211516-
CMYK00.290.240.92
HSL350º16.67%7.06%-
HSV(B)350º28.57%8.24%-
XYZ0.570.540.56-
YUV16.91127.49130.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 40.38%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=40.38%
G=28.85%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21151600.290.240.9235016.677.06
Hex15F1001D185C15e117
Octal25172003530134536217
Binary1010111111000001110111000101110010101111010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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