#150508

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

Shades of Rustic Red #150508

Tints of Rustic Red #150508

Color information

#150508 (or 0x150508) is unknown color: approx Rustic Red. HEX triplet: 15, 05 and 08. RGB value is (21,5,8). Sum of RGB (Red+Green+Blue) = 21+5+8=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #150508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150508 is #EAFAF7. Grayscale: #0A0A0A. Windows color (decimal): -15399672 or 525589. OLE color: 525589.

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

Color convert

RGB2158-
CMYK00.760.620.92
HSL348.75º61.54%5.1%-
HSV(B)348.75º76.19%8.24%-
XYZ0.410.290.26-
YUV10.13126.8135.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 61.76%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 8 (3.52% from 255) = 23.53%
R=61.76%
G=14.71%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal215800.760.620.92348.7561.545.1
Hex155804C3E5C15d3e5
Octal25510011476134535765
Binary101011011000010011001111101011100101011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150508; }

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

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

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

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

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

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

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

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