Html Css Color HEX #BF442F Grenadier

📋 copy color: '#BF442F'

red 191 ◦ green 68 ◦ blue 47

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

Shades of Grenadier #BF442F

Tints of Grenadier #BF442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

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

R = 62.42%
G = 22.22%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF442F (or 0xBF442F) is known color: Grenadier. HEX triplet: BF, 44 and 2F. RGB value is (191,68,47). Sum of RGB (Red+Green+Blue) = 191+68+47=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF442F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF442F is #40BBD0. Grayscale: #666666. Windows color (decimal): -4242385 or 3097791. OLE color: 3097791.

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

Color convert

RGB 191 68 47 -
CMYK 0 0.64 0.75 0.25
HSL 8.75º 0.61% 0.47% -
HSV(B) 8.75º 0.75% 0.75% -
XYZ 24.07 15.42 4.4 -
YUV 102.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 191 68 47 0 0.64 0.75 0.25 8.75 0.61 0.47
Hex BF 44 2F 0 40 4B 19 9 3D 2F
Octal 277 104 57 0 100 113 31 11 75 57
Binary 10111111 1000100 101111 0 1000000 1001011 11001 1001 111101 101111

Color Harmonies of #BF442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF442F

Black with #BF442F

Text Example


Text Example

White with #BF442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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