Html Css Color HEX #BF4A3A Grenadier

📋 copy color: '#BF4A3A'

red 191 ◦ green 74 ◦ blue 58

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

Shades of Grenadier #BF4A3A

Tints of Grenadier #BF4A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.91%

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 59.13%
G = 22.91%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF4A3A (or 0xBF4A3A) is known color: Grenadier. HEX triplet: BF, 4A and 3A. RGB value is (191,74,58). Sum of RGB (Red+Green+Blue) = 191+74+58=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A3A is #40B5C5. Grayscale: #6B6B6B. Windows color (decimal): -4240838 or 3820223. OLE color: 3820223.

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

Color convert

RGB 191 74 58 -
CMYK 0 0.61 0.70 0.25
HSL 7.22º 0.53% 0.49% -
HSV(B) 7.22º 0.7% 0.75% -
XYZ 24.7 16.28 5.84 -
YUV 107.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 191 74 58 0 0.61 0.70 0.25 7.22 0.53 0.49
Hex BF 4A 3A 0 3D 46 19 7 35 31
Octal 277 112 72 0 75 106 31 7 65 61
Binary 10111111 1001010 111010 0 111101 1000110 11001 111 110101 110001

Color Harmonies of #BF4A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A3A

Black with #BF4A3A

Text Example


Text Example

White with #BF4A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A3A; }

 p { color: rgb(191,74,58); }

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

background-color css

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

 a { background-color: rgb(191,74,58); }

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

border-color css

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

 span { border-color: rgb(191,74,58); }

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