#BF4B35

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

Shades of Grenadier #BF4B35

Tints of Grenadier #BF4B35

Color information

#BF4B35 (or 0xBF4B35) is unknown color: approx Grenadier. HEX triplet: BF, 4B and 35. RGB value is (191,75,53). Sum of RGB (Red+Green+Blue) = 191+75+53=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B35 is #40B4CA. Grayscale: #6B6B6B. Windows color (decimal): -4240587 or 3492799. OLE color: 3492799.

HSL color Cylindrical-coordinate representation of color #BF4B35: hue angle of 9.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF4B35 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1917553-
CMYK00.610.720.25
HSL9.57º56.56%47.84%-
HSV(B)9.57º72.25%74.9%-
XYZ24.6416.375.23-
YUV107.1897.43187.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.87%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=59.87%
G=23.51%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191755300.610.720.259.5756.5647.84
HexBF4B3503D4819a3930
Octal2771136507511031127160
Binary10111111100101111010101111011001000110011010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B35; }

 p { color: rgb(191,75,53); }

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

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

 a { background-color: rgb(191,75,53); }

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

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

 span { border-color: rgb(191,75,53); }

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