#150002

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

Shades of Rustic Red #150002

Tints of Rustic Red #150002

Color information

#150002 (or 0x150002) is unknown color: approx Rustic Red. HEX triplet: 15, 00 and 02. RGB value is (21,0,2). Sum of RGB (Red+Green+Blue) = 21+0+2=23 (3% of max value = 765). Red value is 21 (8.59% from 255 or 91.30% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 21 - color contains mainly: red. Hex color #150002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150002 is #EAFFFD. Grayscale: #060606. Windows color (decimal): -15400958 or 131093. OLE color: 131093.

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

Color convert

RGB2102-
CMYK010.900.92
HSL354.29º100%4.12%-
HSV(B)354.29º100%8.24%-
XYZ0.320.160.07-
YUV6.51125.46138.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 91.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 8.70%
R=91.30%
G=0%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2102010.900.92354.291004.12
Hex15020645A5C162644
Octal250201441321345421444
Binary1010101001100100101101010111001011000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150002; }

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

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

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

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

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

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

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

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