#150108

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

Shades of Rustic Red #150108

Tints of Rustic Red #150108

Color information

#150108 (or 0x150108) is unknown color: approx Rustic Red. HEX triplet: 15, 01 and 08. RGB value is (21,1,8). Sum of RGB (Red+Green+Blue) = 21+1+8=30 (3% of max value = 765). Red value is 21 (8.59% from 255 or 70% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 21 - color contains mainly: red. Hex color #150108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150108 is #EAFEF7. Grayscale: #070707. Windows color (decimal): -15400696 or 524565. OLE color: 524565.

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

Color convert

RGB2118-
CMYK00.950.620.92
HSL339º90.91%4.31%-
HSV(B)339º95.24%8.24%-
XYZ0.360.20.25-
YUV7.78128.13137.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 70%
GREEN value IS 1 (0.78% from 255) = 3.33%
BLUE value IS 8 (3.52% from 255) = 26.67%
R=70%
G=3.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal211800.950.620.9233990.914.31
Hex151805F3E5C1535b4
Octal251100137761345231334
Binary10101110000101111111111010111001010100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150108; }

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

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

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

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

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

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

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

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