#BD4133

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

Shades of Grenadier #BD4133

Tints of Grenadier #BD4133

Color information

#BD4133 (or 0xBD4133) is unknown color: approx Grenadier. HEX triplet: BD, 41 and 33. RGB value is (189,65,51). Sum of RGB (Red+Green+Blue) = 189+65+51=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4133 is #42BECC. Grayscale: #646464. Windows color (decimal): -4374221 or 3359165. OLE color: 3359165.

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

Color convert

RGB1896551-
CMYK00.660.730.26
HSL6.09º57.5%47.06%-
HSV(B)6.09º73.02%74.12%-
XYZ23.4714.844.76-
YUV100.48100.08191.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=61.97%
G=21.31%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189655100.660.730.266.0957.547.06
HexBD4133042491A63a2f
Octal2751016301021113267257
Binary10111101100000111001101000010100100111010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4133; }

 p { color: rgb(189,65,51); }

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

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

 a { background-color: rgb(189,65,51); }

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

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

 span { border-color: rgb(189,65,51); }

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