#bc453a

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

Shades of Grenadier #BC453A

Tints of Grenadier #BC453A

Color information

#BC453A (or 0xBC453A) is unknown color: approx Grenadier. HEX triplet: BC, 45 and 3A. RGB value is (188,69,58). Sum of RGB (Red+Green+Blue) = 188+69+58=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC453A is #43BAC5. Grayscale: #676767. Windows color (decimal): -4438726 or 3818940. OLE color: 3818940.

HSL color Cylindrical-coordinate representation of color #BC453A: hue angle of 5.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC453A is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1886958-
CMYK00.630.690.26
HSL5.08º52.85%48.24%-
HSV(B)5.08º69.15%73.73%-
XYZ23.6315.255.7-
YUV103.33102.42188.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.68%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=59.68%
G=21.90%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188695800.630.690.265.0852.8548.24
HexBC453A03F451A53530
Octal274105720771053256560
Binary1011110010001011110100111111100010111010101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc453a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc453a; }

 p { color: rgb(188,69,58); }

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

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

 a { background-color: rgb(188,69,58); }

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

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

 span { border-color: rgb(188,69,58); }

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