Html Css Color HEX #BF422E Grenadier

📋 copy color: '#BF422E'

red 191 ◦ green 66 ◦ blue 46

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

Shades of Grenadier #BF422E

Tints of Grenadier #BF422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.78%

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

R = 63.04%
G = 21.78%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF422E (or 0xBF422E) is known color: Grenadier. HEX triplet: BF, 42 and 2E. RGB value is (191,66,46). Sum of RGB (Red+Green+Blue) = 191+66+46=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF422E is #40BDD1. Grayscale: #656565. Windows color (decimal): -4242898 or 3031743. OLE color: 3031743.

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

Color convert

RGB 191 66 46 -
CMYK 0 0.65 0.76 0.25
HSL 8.28º 0.61% 0.46% -
HSV(B) 8.28º 0.76% 0.75% -
XYZ 23.93 15.17 4.25 -
YUV 101.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 191 66 46 0 0.65 0.76 0.25 8.28 0.61 0.46
Hex BF 42 2E 0 41 4C 19 8 3D 2E
Octal 277 102 56 0 101 114 31 10 75 56
Binary 10111111 1000010 101110 0 1000001 1001100 11001 1000 111101 101110

Color Harmonies of #BF422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF422E

Black with #BF422E

Text Example


Text Example

White with #BF422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF422E; }

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

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

background-color css

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

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

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

border-color css

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

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

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