Html Css Color HEX #BF412E Grenadier

📋 copy color: '#BF412E'

red 191 ◦ green 65 ◦ blue 46

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

Shades of Grenadier #BF412E

Tints of Grenadier #BF412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 63.25%
G = 21.52%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF412E (or 0xBF412E) is known color: Grenadier. HEX triplet: BF, 41 and 2E. RGB value is (191,65,46). Sum of RGB (Red+Green+Blue) = 191+65+46=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF412E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF412E is #40BED1. Grayscale: #646464. Windows color (decimal): -4243154 or 3031487. OLE color: 3031487.

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

Color convert

RGB 191 65 46 -
CMYK 0 0.66 0.76 0.25
HSL 7.86º 0.61% 0.46% -
HSV(B) 7.86º 0.76% 0.75% -
XYZ 23.87 15.05 4.23 -
YUV 100.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 191 65 46 0 0.66 0.76 0.25 7.86 0.61 0.46
Hex BF 41 2E 0 42 4C 19 8 3D 2E
Octal 277 101 56 0 102 114 31 10 75 56
Binary 10111111 1000001 101110 0 1000010 1001100 11001 1000 111101 101110

Color Harmonies of #BF412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF412E

Black with #BF412E

Text Example


Text Example

White with #BF412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF412E; }

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

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

background-color css

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

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

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

border-color css

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

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

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