Html Css Color HEX #BF443D Grenadier

📋 copy color: '#BF443D'

red 191 ◦ green 68 ◦ blue 61

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

Shades of Grenadier #BF443D

Tints of Grenadier #BF443D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 59.69%
G = 21.25%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BF443D (or 0xBF443D) is known color: Grenadier. HEX triplet: BF, 44 and 3D. RGB value is (191,68,61). Sum of RGB (Red+Green+Blue) = 191+68+61=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF443D is #40BBC2. Grayscale: #686868. Windows color (decimal): -4242371 or 4015295. OLE color: 4015295.

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

Color convert

RGB 191 68 61 -
CMYK 0 0.64 0.68 0.25
HSL 3.23º 0.52% 0.49% -
HSV(B) 3.23º 0.68% 0.75% -
XYZ 24.4 15.55 6.13 -
YUV 103.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 191 68 61 0 0.64 0.68 0.25 3.23 0.52 0.49
Hex BF 44 3D 0 40 44 19 3 34 31
Octal 277 104 75 0 100 104 31 3 64 61
Binary 10111111 1000100 111101 0 1000000 1000100 11001 11 110100 110001

Color Harmonies of #BF443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF443D

Black with #BF443D

Text Example


Text Example

White with #BF443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF443D; }

 p { color: rgb(191,68,61); }

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

background-color css

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

 a { background-color: rgb(191,68,61); }

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

border-color css

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

 span { border-color: rgb(191,68,61); }

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