Html Css Color HEX #BF412F Grenadier

📋 copy color: '#BF412F'

red 191 ◦ green 65 ◦ blue 47

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

Shades of Grenadier #BF412F

Tints of Grenadier #BF412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 63.04%
G = 21.45%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF412F (or 0xBF412F) is known color: Grenadier. HEX triplet: BF, 41 and 2F. RGB value is (191,65,47). Sum of RGB (Red+Green+Blue) = 191+65+47=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF412F is #40BED0. Grayscale: #646464. Windows color (decimal): -4243153 or 3097023. OLE color: 3097023.

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

Color convert

RGB 191 65 47 -
CMYK 0 0.66 0.75 0.25
HSL 7.5º 0.61% 0.47% -
HSV(B) 7.5º 0.75% 0.75% -
XYZ 23.89 15.06 4.34 -
YUV 100.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 191 65 47 0 0.66 0.75 0.25 7.5 0.61 0.47
Hex BF 41 2F 0 42 4B 19 8 3D 2F
Octal 277 101 57 0 102 113 31 10 75 57
Binary 10111111 1000001 101111 0 1000010 1001011 11001 1000 111101 101111

Color Harmonies of #BF412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF412F

Black with #BF412F

Text Example


Text Example

White with #BF412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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