Html Css Color HEX #BF423C Grenadier

📋 copy color: '#BF423C'

red 191 ◦ green 66 ◦ blue 60

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

Shades of Grenadier #BF423C

Tints of Grenadier #BF423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 60.25%
G = 20.82%
B = 18.93%

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

#BF423C (or 0xBF423C) is known color: Grenadier. HEX triplet: BF, 42 and 3C. RGB value is (191,66,60). Sum of RGB (Red+Green+Blue) = 191+66+60=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF423C is #40BDC3. Grayscale: #666666. Windows color (decimal): -4242884 or 3949247. OLE color: 3949247.

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

Color convert

RGB 191 66 60 -
CMYK 0 0.65 0.69 0.25
HSL 2.75º 0.52% 0.49% -
HSV(B) 2.75º 0.69% 0.75% -
XYZ 24.25 15.3 5.95 -
YUV 102.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 191 66 60 0 0.65 0.69 0.25 2.75 0.52 0.49
Hex BF 42 3C 0 41 45 19 3 34 31
Octal 277 102 74 0 101 105 31 3 64 61
Binary 10111111 1000010 111100 0 1000001 1000101 11001 11 110100 110001

Color Harmonies of #BF423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF423C

Black with #BF423C

Text Example


Text Example

White with #BF423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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