Html Css Color HEX #BF422C Grenadier

📋 copy color: '#BF422C'

red 191 ◦ green 66 ◦ blue 44

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

Shades of Grenadier #BF422C

Tints of Grenadier #BF422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 63.46%
G = 21.93%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF422C (or 0xBF422C) is known color: Grenadier. HEX triplet: BF, 42 and 2C. RGB value is (191,66,44). Sum of RGB (Red+Green+Blue) = 191+66+44=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF422C is #40BDD3. Grayscale: #656565. Windows color (decimal): -4242900 or 2900671. OLE color: 2900671.

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

Color convert

RGB 191 66 44 -
CMYK 0 0.65 0.77 0.25
HSL 8.98º 0.63% 0.46% -
HSV(B) 8.98º 0.77% 0.75% -
XYZ 23.89 15.15 4.05 -
YUV 100.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 191 66 44 0 0.65 0.77 0.25 8.98 0.63 0.46
Hex BF 42 2C 0 41 4D 19 9 3F 2E
Octal 277 102 54 0 101 115 31 11 77 56
Binary 10111111 1000010 101100 0 1000001 1001101 11001 1001 111111 101110

Color Harmonies of #BF422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF422C

Black with #BF422C

Text Example


Text Example

White with #BF422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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