#BF4430

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

Shades of Grenadier #BF4430

Tints of Grenadier #BF4430

Color information

#BF4430 (or 0xBF4430) is unknown color: approx Grenadier. HEX triplet: BF, 44 and 30. RGB value is (191,68,48). Sum of RGB (Red+Green+Blue) = 191+68+48=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4430 is #40BBCF. Grayscale: #666666. Windows color (decimal): -4242384 or 3163327. OLE color: 3163327.

HSL color Cylindrical-coordinate representation of color #BF4430: hue angle of 8.39º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF4430 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1916848-
CMYK00.640.750.25
HSL8.39º59.83%46.86%-
HSV(B)8.39º74.87%74.9%-
XYZ24.0915.424.5-
YUV102.597.25191.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.21%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 48 (19.14% from 255) = 15.64%
R=62.21%
G=22.15%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191684800.640.750.258.3959.8346.86
HexBF44300404B1983c2f
Octal27710460010011331107457
Binary101111111000100110000010000001001011110011000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4430; }

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

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

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

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

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

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

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

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