#BF403A

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

Shades of Grenadier #BF403A

Tints of Grenadier #BF403A

Color information

#BF403A (or 0xBF403A) is unknown color: approx Grenadier. HEX triplet: BF, 40 and 3A. RGB value is (191,64,58). Sum of RGB (Red+Green+Blue) = 191+64+58=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF403A is #40BFC5. Grayscale: #656565. Windows color (decimal): -4243398 or 3817663. OLE color: 3817663.

HSL color Cylindrical-coordinate representation of color #BF403A: hue angle of 2.71º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF403A is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1916458-
CMYK00.660.700.25
HSL2.71º53.41%48.82%-
HSV(B)2.71º69.63%74.9%-
XYZ24.0815.055.64-
YUV101.29103.58191.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.02%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=61.02%
G=20.45%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191645800.660.700.252.7153.4148.82
HexBF403A042461933531
Octal2771007201021063136561
Binary1011111110000001110100100001010001101100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF403A; }

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

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

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

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

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

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

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

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