#BD452A

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

Shades of Grenadier #BD452A

Tints of Grenadier #BD452A

Color information

#BD452A (or 0xBD452A) is unknown color: approx Grenadier. HEX triplet: BD, 45 and 2A. RGB value is (189,69,42). Sum of RGB (Red+Green+Blue) = 189+69+42=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD452A is #42BAD5. Grayscale: #666666. Windows color (decimal): -4373206 or 2770365. OLE color: 2770365.

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

Color convert

RGB1896942-
CMYK00.630.780.26
HSL11.02º63.64%45.29%-
HSV(B)11.02º77.78%74.12%-
XYZ23.5315.243.89-
YUV101.894.26190.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63%
GREEN value IS 69 (27.34% from 255) = 23%
BLUE value IS 42 (16.80% from 255) = 14%
R=63%
G=23%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189694200.630.780.2611.0263.6445.29
HexBD452A03F4E1Ab402d
Octal27510552077116321310055
Binary101111011000101101010011111110011101101010111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD452A; }

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

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

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

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

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

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

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

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