#150607

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

Shades of Rustic Red #150607

Tints of Rustic Red #150607

Color information

#150607 (or 0x150607) is unknown color: approx Rustic Red. HEX triplet: 15, 06 and 07. RGB value is (21,6,7). Sum of RGB (Red+Green+Blue) = 21+6+7=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #150607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150607 is #EAF9F8. Grayscale: #0A0A0A. Windows color (decimal): -15399417 or 460309. OLE color: 460309.

HSL color Cylindrical-coordinate representation of color #150607: hue angle of 356º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #150607 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.92.

Color convert

RGB2167-
CMYK00.710.670.92
HSL356º55.56%5.29%-
HSV(B)356º71.43%8.24%-
XYZ0.410.310.24-
YUV10.6125.97135.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 61.76%
GREEN value IS 6 (2.73% from 255) = 17.65%
BLUE value IS 7 (3.12% from 255) = 20.59%
R=61.76%
G=17.65%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal216700.710.670.9235655.565.29
Hex1567047435C164385
Octal25670107103134544705
Binary101011101110100011110000111011100101100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150607; }

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

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

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

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

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

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

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

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