#BD452E

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

Shades of Grenadier #BD452E

Tints of Grenadier #BD452E

Color information

#BD452E (or 0xBD452E) is unknown color: approx Grenadier. HEX triplet: BD, 45 and 2E. RGB value is (189,69,46). Sum of RGB (Red+Green+Blue) = 189+69+46=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD452E is #42BAD1. Grayscale: #666666. Windows color (decimal): -4373202 or 3032509. OLE color: 3032509.

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

Color convert

RGB1896946-
CMYK00.630.760.26
HSL9.65º60.85%46.08%-
HSV(B)9.65º75.66%74.12%-
XYZ23.6115.274.29-
YUV102.2696.26189.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.17%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=62.17%
G=22.70%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189694600.630.760.269.6560.8546.08
HexBD452E03F4C1Aa3d2e
Octal2751055607711432127556
Binary10111101100010110111001111111001100110101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD452E; }

 p { color: rgb(189,69,46); }

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

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

 a { background-color: rgb(189,69,46); }

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

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

 span { border-color: rgb(189,69,46); }

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