#15010A

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

Shades of Rustic Red #15010A

Tints of Rustic Red #15010A

Color information

#15010A (or 0x15010A) is unknown color: approx Rustic Red. HEX triplet: 15, 01 and 0A. RGB value is (21,1,10). Sum of RGB (Red+Green+Blue) = 21+1+10=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #15010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010A is #EAFEF5. Grayscale: #070707. Windows color (decimal): -15400694 or 655637. OLE color: 655637.

HSL color Cylindrical-coordinate representation of color #15010A: hue angle of 333º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15010A is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB21110-
CMYK00.950.520.92
HSL333º90.91%4.31%-
HSV(B)333º95.24%8.24%-
XYZ0.370.20.31-
YUV8.01129.13137.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 65.62%
GREEN value IS 1 (0.78% from 255) = 3.12%
BLUE value IS 10 (4.30% from 255) = 31.25%
R=65.62%
G=3.12%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111000.950.520.9233390.914.31
Hex151A05F345C14d5b4
Octal251120137641345151334
Binary10101110100101111111010010111001010011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15010A; }

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

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

<style>
 a { background-color: #15010A; }

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

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

<style>
 span { border-color: #15010A; }

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

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