#150107

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

Shades of Rustic Red #150107

Tints of Rustic Red #150107

Color information

#150107 (or 0x150107) is unknown color: approx Rustic Red. HEX triplet: 15, 01 and 07. RGB value is (21,1,7). Sum of RGB (Red+Green+Blue) = 21+1+7=29 (3% of max value = 765). Red value is 21 (8.59% from 255 or 72.41% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 21 - color contains mainly: red. Hex color #150107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150107 is #EAFEF8. Grayscale: #070707. Windows color (decimal): -15400697 or 459029. OLE color: 459029.

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

Color convert

RGB2117-
CMYK00.950.670.92
HSL342º90.91%4.31%-
HSV(B)342º95.24%8.24%-
XYZ0.360.20.22-
YUV7.66127.63137.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 72.41%
GREEN value IS 1 (0.78% from 255) = 3.45%
BLUE value IS 7 (3.12% from 255) = 24.14%
R=72.41%
G=3.45%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal211700.950.670.9234290.914.31
Hex151705F435C1565b4
Octal251701371031345261334
Binary10101111101011111100001110111001010101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150107; }

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

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

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

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

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

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

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

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