Html Css Color HEX #BC472C Grenadier

📋 copy color: '#BC472C'

red 188 ◦ green 71 ◦ blue 44

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

Shades of Grenadier #BC472C

Tints of Grenadier #BC472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.43%

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 62.05%
G = 23.43%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC472C (or 0xBC472C) is known color: Grenadier. HEX triplet: BC, 47 and 2C. RGB value is (188,71,44). Sum of RGB (Red+Green+Blue) = 188+71+44=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC472C is #43B8D3. Grayscale: #676767. Windows color (decimal): -4438228 or 2901948. OLE color: 2901948.

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

Color convert

RGB 188 71 44 -
CMYK 0 0.62 0.77 0.26
HSL 11.25º 0.62% 0.45% -
HSV(B) 11.25º 0.77% 0.74% -
XYZ 23.45 15.38 4.12 -
YUV 102.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 188 71 44 0 0.62 0.77 0.26 11.25 0.62 0.45
Hex BC 47 2C 0 3E 4D 1A B 3E 2D
Octal 274 107 54 0 76 115 32 13 76 55
Binary 10111100 1000111 101100 0 111110 1001101 11010 1011 111110 101101

Color Harmonies of #BC472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC472C

Black with #BC472C

Text Example


Text Example

White with #BC472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC472C; }

 p { color: rgb(188,71,44); }

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

background-color css

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

 a { background-color: rgb(188,71,44); }

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

border-color css

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

 span { border-color: rgb(188,71,44); }

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