#150105

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

Shades of Rustic Red #150105

Tints of Rustic Red #150105

Color information

#150105 (or 0x150105) is unknown color: approx Rustic Red. HEX triplet: 15, 01 and 05. RGB value is (21,1,5). Sum of RGB (Red+Green+Blue) = 21+1+5=27 (3% of max value = 765). Red value is 21 (8.59% from 255 or 77.78% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 21 - color contains mainly: red. Hex color #150105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150105 is #EAFEFA. Grayscale: #070707. Windows color (decimal): -15400699 or 327957. OLE color: 327957.

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

Color convert

RGB2115-
CMYK00.950.760.92
HSL348º90.91%4.31%-
HSV(B)348º95.24%8.24%-
XYZ0.350.190.16-
YUV7.44126.63137.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 77.78%
GREEN value IS 1 (0.78% from 255) = 3.70%
BLUE value IS 5 (2.34% from 255) = 18.52%
R=77.78%
G=3.70%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal211500.950.760.9234890.914.31
Hex151505F4C5C15c5b4
Octal251501371141345341334
Binary10101110101011111100110010111001010111001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150105; }

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

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

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

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

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

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

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

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