Html Css Color HEX #BF4A30 Grenadier

📋 copy color: '#BF4A30'

red 191 ◦ green 74 ◦ blue 48

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

Shades of Grenadier #BF4A30

Tints of Grenadier #BF4A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.34%

R = 61.02%
G = 23.64%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF4A30 (or 0xBF4A30) is known color: Grenadier. HEX triplet: BF, 4A and 30. RGB value is (191,74,48). Sum of RGB (Red+Green+Blue) = 191+74+48=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A30 is #40B5CF. Grayscale: #6A6A6A. Windows color (decimal): -4240848 or 3164863. OLE color: 3164863.

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

Color convert

RGB 191 74 48 -
CMYK 0 0.61 0.75 0.25
HSL 10.91º 0.6% 0.47% -
HSV(B) 10.91º 0.75% 0.75% -
XYZ 24.47 16.19 4.63 -
YUV 106.02 95.26 188.61 -
System Red Green Blue C M Y K H S L
Decimal 191 74 48 0 0.61 0.75 0.25 10.91 0.6 0.47
Hex BF 4A 30 0 3D 4B 19 B 3C 2F
Octal 277 112 60 0 75 113 31 13 74 57
Binary 10111111 1001010 110000 0 111101 1001011 11001 1011 111100 101111

Color Harmonies of #BF4A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A30

Black with #BF4A30

Text Example


Text Example

White with #BF4A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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