#BD4B35

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

Shades of Grenadier #BD4B35

Tints of Grenadier #BD4B35

Color information

#BD4B35 (or 0xBD4B35) is unknown color: approx Grenadier. HEX triplet: BD, 4B and 35. RGB value is (189,75,53). Sum of RGB (Red+Green+Blue) = 189+75+53=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B35 is #42B4CA. Grayscale: #6A6A6A. Windows color (decimal): -4371659 or 3492797. OLE color: 3492797.

HSL color Cylindrical-coordinate representation of color #BD4B35: hue angle of 9.71º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD4B35 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB1897553-
CMYK00.600.720.26
HSL9.71º56.2%47.45%-
HSV(B)9.71º71.96%74.12%-
XYZ24.1416.115.2-
YUV106.5897.77186.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.62%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=59.62%
G=23.66%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189755300.600.720.269.7156.247.45
HexBD4B3503C481Aa382f
Octal2751136507411032127057
Binary10111101100101111010101111001001000110101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B35; }

 p { color: rgb(189,75,53); }

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

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

 a { background-color: rgb(189,75,53); }

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

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

 span { border-color: rgb(189,75,53); }

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