#BF423A

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

Shades of Grenadier #BF423A

Tints of Grenadier #BF423A

Color information

#BF423A (or 0xBF423A) is unknown color: approx Grenadier. HEX triplet: BF, 42 and 3A. RGB value is (191,66,58). Sum of RGB (Red+Green+Blue) = 191+66+58=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF423A is #40BDC5. Grayscale: #666666. Windows color (decimal): -4242886 or 3818175. OLE color: 3818175.

HSL color Cylindrical-coordinate representation of color #BF423A: hue angle of 3.61º 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 #BF423A is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1916658-
CMYK00.650.700.25
HSL3.61º53.41%48.82%-
HSV(B)3.61º69.63%74.9%-
XYZ24.215.285.68-
YUV102.46102.91191.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.63%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=60.63%
G=20.95%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191665800.650.700.253.6153.4148.82
HexBF423A041461943531
Octal2771027201011063146561
Binary10111111100001011101001000001100011011001100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF423A; }

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

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

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

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

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

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

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

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