#150103

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

Shades of Rustic Red #150103

Tints of Rustic Red #150103

Color information

#150103 (or 0x150103) is unknown color: approx Rustic Red. HEX triplet: 15, 01 and 03. RGB value is (21,1,3). Sum of RGB (Red+Green+Blue) = 21+1+3=25 (3% of max value = 765). Red value is 21 (8.59% from 255 or 84% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 3 (1.56% from 255 or 12% from 25); Max value from RGB is 21 - color contains mainly: red. Hex color #150103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150103 is #EAFEFC. Grayscale: #070707. Windows color (decimal): -15400701 or 196885. OLE color: 196885.

HSL color Cylindrical-coordinate representation of color #150103: hue angle of 354º 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 #150103 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.92.

Color convert

RGB2113-
CMYK00.950.860.92
HSL354º90.91%4.31%-
HSV(B)354º95.24%8.24%-
XYZ0.340.190.1-
YUV7.21125.63137.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 84%
GREEN value IS 1 (0.78% from 255) = 4%
BLUE value IS 3 (1.56% from 255) = 12%
R=84%
G=4%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal211300.950.860.9235490.914.31
Hex151305F565C1625b4
Octal251301371261345421334
Binary1010111101011111101011010111001011000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150103; }

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

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

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

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

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

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

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

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