Html Css Color HEX #BF3F28 Grenadier

📋 copy color: '#BF3F28'

red 191 ◦ green 63 ◦ blue 40

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

Shades of Grenadier #BF3F28

Tints of Grenadier #BF3F28

RGB

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

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

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

R = 64.97%
G = 21.43%
B = 13.61%

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

#BF3F28 (or 0xBF3F28) is known color: Grenadier. HEX triplet: BF, 3F and 28. RGB value is (191,63,40). Sum of RGB (Red+Green+Blue) = 191+63+40=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F28 is #40C0D7. Grayscale: #626262. Windows color (decimal): -4243672 or 2637759. OLE color: 2637759.

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

Color convert

RGB 191 63 40 -
CMYK 0 0.67 0.79 0.25
HSL 9.14º 0.65% 0.45% -
HSV(B) 9.14º 0.79% 0.75% -
XYZ 23.65 14.78 3.61 -
YUV 98.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 191 63 40 0 0.67 0.79 0.25 9.14 0.65 0.45
Hex BF 3F 28 0 43 4F 19 9 41 2D
Octal 277 77 50 0 103 117 31 11 101 55
Binary 10111111 111111 101000 0 1000011 1001111 11001 1001 1000001 101101

Color Harmonies of #BF3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F28

Black with #BF3F28

Text Example


Text Example

White with #BF3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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