Html Css Color HEX #BF4930 Grenadier

📋 copy color: '#BF4930'

red 191 ◦ green 73 ◦ blue 48

#BF4930
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #BF4930

Tints of Grenadier #BF4930

RGB

 RED value IS 191 (75% from 255) = 61.22%

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 61.22%
G = 23.4%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF4930 (or 0xBF4930) is known color: 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

RGB 191 73 48 -
CMYK 0 0.62 0.75 0.25
HSL 10.49º 0.6% 0.47% -
HSV(B) 10.49º 0.75% 0.75% -
XYZ 24.4 16.05 4.61 -
YUV 105.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 191 73 48 0 0.62 0.75 0.25 10.49 0.6 0.47
Hex BF 49 30 0 3E 4B 19 A 3C 2F
Octal 277 111 60 0 76 113 31 12 74 57
Binary 10111111 1001001 110000 0 111110 1001011 11001 1010 111100 101111

Color Harmonies of #BF4930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4930

Black with #BF4930

Text Example


Text Example

White with #BF4930

Text Example


Text Example

HTML Codes & Css Web 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>