#150A0B

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

Shades of Rustic Red #150A0B

Tints of Rustic Red #150A0B

Color information

#150A0B (or 0x150A0B) is unknown color: approx Rustic Red. HEX triplet: 15, 0A and 0B. RGB value is (21,10,11). Sum of RGB (Red+Green+Blue) = 21+10+11=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A0B is #EAF5F4. Grayscale: #0D0D0D. Windows color (decimal): -15398389 or 723477. OLE color: 723477.

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

Color convert

RGB211011-
CMYK00.520.480.92
HSL354.55º35.48%6.08%-
HSV(B)354.55º52.38%8.24%-
XYZ0.480.40.37-
YUV13.4126.64133.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 23.81%
BLUE value IS 11 (4.69% from 255) = 26.19%
R=50%
G=23.81%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21101100.520.480.92354.5535.486.08
Hex15AB034305C163236
Octal25121306460134543436
Binary101011010101101101001100001011100101100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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