#15000B

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

Shades of Rustic Red #15000B

Tints of Rustic Red #15000B

Color information

#15000B (or 0x15000B) is unknown color: approx Rustic Red. HEX triplet: 15, 00 and 0B. RGB value is (21,0,11). Sum of RGB (Red+Green+Blue) = 21+0+11=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #15000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15000B is #EAFFF4. Grayscale: #070707. Windows color (decimal): -15400949 or 720917. OLE color: 720917.

HSL color Cylindrical-coordinate representation of color #15000B: hue angle of 328.57º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15000B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB21011-
CMYK010.480.92
HSL328.57º100%4.12%-
HSV(B)328.57º100%8.24%-
XYZ0.370.180.33-
YUV7.53129.96137.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 65.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 34.38%
R=65.62%
G=0%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21011010.480.92328.571004.12
Hex150B064305C149644
Octal250130144601345111444
Binary10101010110110010011000010111001010010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15000B; }

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

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

<style>
 a { background-color: #15000B; }

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

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

<style>
 span { border-color: #15000B; }

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

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