#BD453D

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

Shades of Grenadier #BD453D

Tints of Grenadier #BD453D

Color information

#BD453D (or 0xBD453D) is unknown color: approx Grenadier. HEX triplet: BD, 45 and 3D. RGB value is (189,69,61). Sum of RGB (Red+Green+Blue) = 189+69+61=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD453D is #42BAC2. Grayscale: #686868. Windows color (decimal): -4373187 or 4015549. OLE color: 4015549.

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

Color convert

RGB1896961-
CMYK00.630.680.26
HSL3.75º51.2%49.02%-
HSV(B)3.75º67.72%74.12%-
XYZ23.9615.416.13-
YUV103.97103.76188.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.25%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 61 (24.22% from 255) = 19.12%
R=59.25%
G=21.63%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189696100.630.680.263.7551.249.02
HexBD453D03F441A43331
Octal275105750771043246361
Binary1011110110001011111010111111100010011010100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD453D; }

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

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

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

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

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

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

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

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