#BF423C

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

Shades of Grenadier #BF423C

Tints of Grenadier #BF423C

Color information

#BF423C (or 0xBF423C) is unknown color: approx Grenadier. HEX triplet: BF, 42 and 3C. RGB value is (191,66,60). Sum of RGB (Red+Green+Blue) = 191+66+60=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF423C is #40BDC3. Grayscale: #666666. Windows color (decimal): -4242884 or 3949247. OLE color: 3949247.

HSL color Cylindrical-coordinate representation of color #BF423C: hue angle of 2.75º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF423C is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1916660-
CMYK00.650.690.25
HSL2.75º52.19%49.22%-
HSV(B)2.75º68.59%74.9%-
XYZ24.2515.35.95-
YUV102.69103.91190.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 60 (23.83% from 255) = 18.93%
R=60.25%
G=20.82%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191666000.650.690.252.7552.1949.22
HexBF423C041451933431
Octal2771027401011053136461
Binary1011111110000101111000100000110001011100111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF423C; }

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

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

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

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

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

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

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

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