#150008

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

Shades of Rustic Red #150008

Tints of Rustic Red #150008

Color information

#150008 (or 0x150008) is unknown color: approx Rustic Red. HEX triplet: 15, 00 and 08. RGB value is (21,0,8). Sum of RGB (Red+Green+Blue) = 21+0+8=29 (3% of max value = 765). Red value is 21 (8.59% from 255 or 72.41% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 21 - color contains mainly: red. Hex color #150008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150008 is #EAFFF7. Grayscale: #070707. Windows color (decimal): -15400952 or 524309. OLE color: 524309.

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

Color convert

RGB2108-
CMYK010.620.92
HSL337.14º100%4.12%-
HSV(B)337.14º100%8.24%-
XYZ0.350.180.25-
YUV7.19128.46137.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 72.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 27.59%
R=72.41%
G=0%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2108010.620.92337.141004.12
Hex15080643E5C151644
Octal250100144761345211444
Binary10101010000110010011111010111001010100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150008; }

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

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

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

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

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

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

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

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