Html Css Color HEX #BC4A30 Grenadier

📋 copy color: '#BC4A30'

red 188 ◦ green 74 ◦ blue 48

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

Shades of Grenadier #BC4A30

Tints of Grenadier #BC4A30

RGB

 RED value IS 188 (73.83% from 255) = 60.65%

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

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

R = 60.65%
G = 23.87%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC4A30 (or 0xBC4A30) is known color: Grenadier. HEX triplet: BC, 4A and 30. RGB value is (188,74,48). Sum of RGB (Red+Green+Blue) = 188+74+48=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A30 is #43B5CF. Grayscale: #696969. Windows color (decimal): -4437456 or 3164860. OLE color: 3164860.

HSL color Cylindrical-coordinate representation of color #BC4A30: hue angle of 11.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC4A30 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 74 48 -
CMYK 0 0.61 0.74 0.26
HSL 11.14º 0.59% 0.46% -
HSV(B) 11.14º 0.74% 0.74% -
XYZ 23.72 15.8 4.6 -
YUV 105.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 188 74 48 0 0.61 0.74 0.26 11.14 0.59 0.46
Hex BC 4A 30 0 3D 4A 1A B 3B 2E
Octal 274 112 60 0 75 112 32 13 73 56
Binary 10111100 1001010 110000 0 111101 1001010 11010 1011 111011 101110

Color Harmonies of #BC4A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A30

Black with #BC4A30

Text Example


Text Example

White with #BC4A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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