Html Css Color HEX #BF402C Grenadier

📋 copy color: '#BF402C'

red 191 ◦ green 64 ◦ blue 44

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

Shades of Grenadier #BF402C

Tints of Grenadier #BF402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

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

R = 63.88%
G = 21.4%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF402C (or 0xBF402C) is known color: Grenadier. HEX triplet: BF, 40 and 2C. RGB value is (191,64,44). Sum of RGB (Red+Green+Blue) = 191+64+44=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF402C is #40BFD3. Grayscale: #636363. Windows color (decimal): -4243412 or 2900159. OLE color: 2900159.

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

Color convert

RGB 191 64 44 -
CMYK 0 0.66 0.77 0.25
HSL 8.16º 0.63% 0.46% -
HSV(B) 8.16º 0.77% 0.75% -
XYZ 23.77 14.93 4.01 -
YUV 99.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 191 64 44 0 0.66 0.77 0.25 8.16 0.63 0.46
Hex BF 40 2C 0 42 4D 19 8 3F 2E
Octal 277 100 54 0 102 115 31 10 77 56
Binary 10111111 1000000 101100 0 1000010 1001101 11001 1000 111111 101110

Color Harmonies of #BF402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF402C

Black with #BF402C

Text Example


Text Example

White with #BF402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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