Html Css Color HEX #BF3F29 Grenadier

📋 copy color: '#BF3F29'

red 191 ◦ green 63 ◦ blue 41

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

Shades of Grenadier #BF3F29

Tints of Grenadier #BF3F29

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

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

R = 64.75%
G = 21.36%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF3F29 (or 0xBF3F29) is known color: Grenadier. HEX triplet: BF, 3F and 29. RGB value is (191,63,41). Sum of RGB (Red+Green+Blue) = 191+63+41=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F29 is #40C0D6. Grayscale: #626262. Windows color (decimal): -4243671 or 2703295. OLE color: 2703295.

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

Color convert

RGB 191 63 41 -
CMYK 0 0.67 0.79 0.25
HSL 8.8º 0.65% 0.45% -
HSV(B) 8.8º 0.79% 0.75% -
XYZ 23.66 14.79 3.71 -
YUV 98.76 95.41 193.79 -
System Red Green Blue C M Y K H S L
Decimal 191 63 41 0 0.67 0.79 0.25 8.8 0.65 0.45
Hex BF 3F 29 0 43 4F 19 9 41 2D
Octal 277 77 51 0 103 117 31 11 101 55
Binary 10111111 111111 101001 0 1000011 1001111 11001 1001 1000001 101101

Color Harmonies of #BF3F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F29

Black with #BF3F29

Text Example


Text Example

White with #BF3F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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