#BD442B

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

Shades of Grenadier #BD442B

Tints of Grenadier #BD442B

Color information

#BD442B (or 0xBD442B) is unknown color: approx Grenadier. HEX triplet: BD, 44 and 2B. RGB value is (189,68,43). Sum of RGB (Red+Green+Blue) = 189+68+43=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD442B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD442B is #42BBD4. Grayscale: #656565. Windows color (decimal): -4373461 or 2835645. OLE color: 2835645.

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

Color convert

RGB1896843-
CMYK00.640.770.26
HSL10.27º62.93%45.49%-
HSV(B)10.27º77.25%74.12%-
XYZ23.4915.133.97-
YUV101.3395.09190.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63%
GREEN value IS 68 (26.95% from 255) = 22.67%
BLUE value IS 43 (17.19% from 255) = 14.33%
R=63%
G=22.67%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189684300.640.770.2610.2762.9345.49
HexBD442B0404D1Aa3f2d
Octal27510453010011532127755
Binary101111011000100101011010000001001101110101010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD442B; }

 p { color: rgb(189,68,43); }

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

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

 a { background-color: rgb(189,68,43); }

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

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

 span { border-color: rgb(189,68,43); }

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