#BF402B

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

Shades of Grenadier #BF402B

Tints of Grenadier #BF402B

Color information

#BF402B (or 0xBF402B) is unknown color: approx Grenadier. HEX triplet: BF, 40 and 2B. RGB value is (191,64,43). Sum of RGB (Red+Green+Blue) = 191+64+43=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF402B is #40BFD4. Grayscale: #636363. Windows color (decimal): -4243413 or 2834623. OLE color: 2834623.

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

Color convert

RGB1916443-
CMYK00.660.770.25
HSL8.51º63.25%45.88%-
HSV(B)8.51º77.49%74.9%-
XYZ23.7614.923.91-
YUV99.5896.08193.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.09%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=64.09%
G=21.48%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191644300.660.770.258.5163.2545.88
HexBF402B0424D1993f2e
Octal27710053010211531117756
Binary101111111000000101011010000101001101110011001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF402B; }

 p { color: rgb(191,64,43); }

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

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

 a { background-color: rgb(191,64,43); }

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

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

 span { border-color: rgb(191,64,43); }

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