Html Css Color HEX #BF4128 Grenadier

📋 copy color: '#BF4128'

red 191 ◦ green 65 ◦ blue 40

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

Shades of Grenadier #BF4128

Tints of Grenadier #BF4128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

 BLUE value IS 40 (16.02% from 255) = 13.51%

R = 64.53%
G = 21.96%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF4128 (or 0xBF4128) is known color: Grenadier. HEX triplet: BF, 41 and 28. RGB value is (191,65,40). Sum of RGB (Red+Green+Blue) = 191+65+40=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4128 is #40BED7. Grayscale: #646464. Windows color (decimal): -4243160 or 2638271. OLE color: 2638271.

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

Color convert

RGB 191 65 40 -
CMYK 0 0.66 0.79 0.25
HSL 9.93º 0.65% 0.45% -
HSV(B) 9.93º 0.79% 0.75% -
XYZ 23.76 15.01 3.65 -
YUV 99.82 94.24 193.03 -
System Red Green Blue C M Y K H S L
Decimal 191 65 40 0 0.66 0.79 0.25 9.93 0.65 0.45
Hex BF 41 28 0 42 4F 19 A 41 2D
Octal 277 101 50 0 102 117 31 12 101 55
Binary 10111111 1000001 101000 0 1000010 1001111 11001 1010 1000001 101101

Color Harmonies of #BF4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4128

Black with #BF4128

Text Example


Text Example

White with #BF4128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4128; }

 p { color: rgb(191,65,40); }

 H1.HeaderClassName
 {
   color: #BF4128;
 }
 .AnyTagClassName
 {
   color: #BF4128;
 }
</style>

background-color css

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

 a { background-color: rgb(191,65,40); }

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

border-color css

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

 span { border-color: rgb(191,65,40); }

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