Html Css Color HEX #BF4129 Grenadier

📋 copy color: '#BF4129'

red 191 ◦ green 65 ◦ blue 41

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

Shades of Grenadier #BF4129

Tints of Grenadier #BF4129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 64.31%
G = 21.89%
B = 13.8%

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

#BF4129 (or 0xBF4129) is known color: Grenadier. HEX triplet: BF, 41 and 29. RGB value is (191,65,41). Sum of RGB (Red+Green+Blue) = 191+65+41=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4129 is #40BED6. Grayscale: #646464. Windows color (decimal): -4243159 or 2703807. OLE color: 2703807.

HSL color Cylindrical-coordinate representation of color #BF4129: hue angle of 9.6º 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 #BF4129 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 65 41 -
CMYK 0 0.66 0.79 0.25
HSL 9.6º 0.65% 0.45% -
HSV(B) 9.6º 0.79% 0.75% -
XYZ 23.78 15.02 3.74 -
YUV 99.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 191 65 41 0 0.66 0.79 0.25 9.6 0.65 0.45
Hex BF 41 29 0 42 4F 19 A 41 2D
Octal 277 101 51 0 102 117 31 12 101 55
Binary 10111111 1000001 101001 0 1000010 1001111 11001 1010 1000001 101101

Color Harmonies of #BF4129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4129

Black with #BF4129

Text Example


Text Example

White with #BF4129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4129; }

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

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

background-color css

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

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

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

border-color css

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

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

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