#150709

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

Shades of Rustic Red #150709

Tints of Rustic Red #150709

Color information

#150709 (or 0x150709) is unknown color: approx Rustic Red. HEX triplet: 15, 07 and 09. RGB value is (21,7,9). Sum of RGB (Red+Green+Blue) = 21+7+9=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 7 (3.12% from 255 or 18.92% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #150709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150709 is #EAF8F6. Grayscale: #0B0B0B. Windows color (decimal): -15399159 or 591637. OLE color: 591637.

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

Color convert

RGB2179-
CMYK00.670.570.92
HSL351.43º50%5.49%-
HSV(B)351.43º66.67%8.24%-
XYZ0.430.330.3-
YUV11.41126.64134.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 56.76%
GREEN value IS 7 (3.12% from 255) = 18.92%
BLUE value IS 9 (3.91% from 255) = 24.32%
R=56.76%
G=18.92%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal217900.670.570.92351.43505.49
Hex1579043395C15f325
Octal25711010371134537625
Binary101011111001010000111110011011100101011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150709; }

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

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

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

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

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

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

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

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