#bf4930

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

Shades of Grenadier #BF4930

Tints of Grenadier #BF4930

Color information

#BF4930 (or 0xBF4930) is unknown color: approx Grenadier. HEX triplet: BF, 49 and 30. RGB value is (191,73,48). Sum of RGB (Red+Green+Blue) = 191+73+48=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4930 is #40B6CF. Grayscale: #696969. Windows color (decimal): -4241104 or 3164607. OLE color: 3164607.

HSL color Cylindrical-coordinate representation of color #BF4930: hue angle of 10.49º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF4930 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1917348-
CMYK00.620.750.25
HSL10.49º59.83%46.86%-
HSV(B)10.49º74.87%74.9%-
XYZ24.416.054.61-
YUV105.4395.59189.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.22%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=61.22%
G=23.40%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191734800.620.750.2510.4959.8346.86
HexBF493003E4B19a3c2f
Octal2771116007611331127457
Binary10111111100100111000001111101001011110011010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4930; }

 p { color: rgb(191,73,48); }

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

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

 a { background-color: rgb(191,73,48); }

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

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

 span { border-color: rgb(191,73,48); }

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