#150203

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

Shades of Rustic Red #150203

Tints of Rustic Red #150203

Color information

#150203 (or 0x150203) is unknown color: approx Rustic Red. HEX triplet: 15, 02 and 03. RGB value is (21,2,3). Sum of RGB (Red+Green+Blue) = 21+2+3=26 (3% of max value = 765). Red value is 21 (8.59% from 255 or 80.77% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 21 - color contains mainly: red. Hex color #150203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150203 is #EAFDFC. Grayscale: #070707. Windows color (decimal): -15400445 or 197141. OLE color: 197141.

HSL color Cylindrical-coordinate representation of color #150203: hue angle of 356.84º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150203 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.92.

Color convert

RGB2123-
CMYK00.900.860.92
HSL356.84º82.61%4.51%-
HSV(B)356.84º90.48%8.24%-
XYZ0.350.210.11-
YUV7.79125.29137.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 80.77%
GREEN value IS 2 (1.17% from 255) = 7.69%
BLUE value IS 3 (1.56% from 255) = 11.54%
R=80.77%
G=7.69%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal212300.900.860.92356.8482.614.51
Hex152305A565C165535
Octal252301321261345451235
Binary10101101101011010101011010111001011001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150203; }

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

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

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

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

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

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

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

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