Html Css Color HEX #BF423B Grenadier

📋 copy color: '#BF423B'

red 191 ◦ green 66 ◦ blue 59

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

Shades of Grenadier #BF423B

Tints of Grenadier #BF423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 60.44%
G = 20.89%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF423B (or 0xBF423B) is known color: Grenadier. HEX triplet: BF, 42 and 3B. RGB value is (191,66,59). Sum of RGB (Red+Green+Blue) = 191+66+59=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF423B is #40BDC4. Grayscale: #666666. Windows color (decimal): -4242885 or 3883711. OLE color: 3883711.

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

Color convert

RGB 191 66 59 -
CMYK 0 0.65 0.69 0.25
HSL 3.18º 0.53% 0.49% -
HSV(B) 3.18º 0.69% 0.75% -
XYZ 24.22 15.29 5.81 -
YUV 102.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 191 66 59 0 0.65 0.69 0.25 3.18 0.53 0.49
Hex BF 42 3B 0 41 45 19 3 35 31
Octal 277 102 73 0 101 105 31 3 65 61
Binary 10111111 1000010 111011 0 1000001 1000101 11001 11 110101 110001

Color Harmonies of #BF423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF423B

Black with #BF423B

Text Example


Text Example

White with #BF423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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