#150C10

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

Shades of Rustic Red #150C10

Tints of Rustic Red #150C10

Color information

#150C10 (or 0x150C10) is unknown color: approx Rustic Red. HEX triplet: 15, 0C and 10. RGB value is (21,12,16). Sum of RGB (Red+Green+Blue) = 21+12+16=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C10 is #EAF3EF. Grayscale: #0F0F0F. Windows color (decimal): -15397872 or 1051669. OLE color: 1051669.

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

Color convert

RGB211216-
CMYK00.430.240.92
HSL333.33º27.27%6.47%-
HSV(B)333.33º42.86%8.24%-
XYZ0.530.460.55-
YUV15.15128.48132.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42.86%
GREEN value IS 12 (5.08% from 255) = 24.49%
BLUE value IS 16 (6.64% from 255) = 32.65%
R=42.86%
G=24.49%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21121600.430.240.92333.3327.276.47
Hex15C1002B185C14d1b6
Octal25142005330134515336
Binary10101110010000010101111000101110010100110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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