#150506

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

Shades of Rustic Red #150506

Tints of Rustic Red #150506

Color information

#150506 (or 0x150506) is unknown color: approx Rustic Red. HEX triplet: 15, 05 and 06. RGB value is (21,5,6). Sum of RGB (Red+Green+Blue) = 21+5+6=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150506 is #EAFAF9. Grayscale: #090909. Windows color (decimal): -15399674 or 394517. OLE color: 394517.

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

Color convert

RGB2156-
CMYK00.760.710.92
HSL356.25º61.54%5.1%-
HSV(B)356.25º76.19%8.24%-
XYZ0.40.280.21-
YUV9.9125.8135.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 65.62%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 6 (2.73% from 255) = 18.75%
R=65.62%
G=15.62%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal215600.760.710.92356.2561.545.1
Hex155604C475C1643e5
Octal25560114107134544765
Binary101011011100100110010001111011100101100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150506; }

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

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

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

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

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

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

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

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