#BD4430

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

Shades of Grenadier #BD4430

Tints of Grenadier #BD4430

Color information

#BD4430 (or 0xBD4430) is unknown color: approx Grenadier. HEX triplet: BD, 44 and 30. RGB value is (189,68,48). Sum of RGB (Red+Green+Blue) = 189+68+48=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4430 is #42BBCF. Grayscale: #666666. Windows color (decimal): -4373456 or 3163325. OLE color: 3163325.

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

Color convert

RGB1896848-
CMYK00.640.750.26
HSL8.51º59.49%46.47%-
HSV(B)8.51º74.6%74.12%-
XYZ23.5915.174.48-
YUV101.997.59190.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=61.97%
G=22.30%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189684800.640.750.268.5159.4946.47
HexBD44300404B1A93b2e
Octal27510460010011332117356
Binary101111011000100110000010000001001011110101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4430; }

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

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

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

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

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

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

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

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