Html Css Color HEX #BF402B Grenadier

📋 copy color: '#BF402B'

red 191 ◦ green 64 ◦ blue 43

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

Shades of Grenadier #BF402B

Tints of Grenadier #BF402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.43%

R = 64.09%
G = 21.48%
B = 14.43%

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

#BF402B (or 0xBF402B) is known color: Grenadier. HEX triplet: BF, 40 and 2B. RGB value is (191,64,43). Sum of RGB (Red+Green+Blue) = 191+64+43=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF402B is #40BFD4. Grayscale: #636363. Windows color (decimal): -4243413 or 2834623. OLE color: 2834623.

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

Color convert

RGB 191 64 43 -
CMYK 0 0.66 0.77 0.25
HSL 8.51º 0.63% 0.46% -
HSV(B) 8.51º 0.77% 0.75% -
XYZ 23.76 14.92 3.91 -
YUV 99.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 191 64 43 0 0.66 0.77 0.25 8.51 0.63 0.46
Hex BF 40 2B 0 42 4D 19 9 3F 2E
Octal 277 100 53 0 102 115 31 11 77 56
Binary 10111111 1000000 101011 0 1000010 1001101 11001 1001 111111 101110

Color Harmonies of #BF402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF402B

Black with #BF402B

Text Example


Text Example

White with #BF402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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