Html Css Color HEX #BC442C Grenadier

📋 copy color: '#BC442C'

red 188 ◦ green 68 ◦ blue 44

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

Shades of Grenadier #BC442C

Tints of Grenadier #BC442C

RGB

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

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

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

R = 62.67%
G = 22.67%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC442C (or 0xBC442C) is known color: Grenadier. HEX triplet: BC, 44 and 2C. RGB value is (188,68,44). Sum of RGB (Red+Green+Blue) = 188+68+44=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC442C is #43BBD3. Grayscale: #656565. Windows color (decimal): -4438996 or 2901180. OLE color: 2901180.

HSL color Cylindrical-coordinate representation of color #BC442C: hue angle of 10º 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 #BC442C is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 44 -
CMYK 0 0.64 0.77 0.26
HSL 10º 0.62% 0.45% -
HSV(B) 10º 0.77% 0.74% -
XYZ 23.26 15.01 4.05 -
YUV 101.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 188 68 44 0 0.64 0.77 0.26 10 0.62 0.45
Hex BC 44 2C 0 40 4D 1A A 3E 2D
Octal 274 104 54 0 100 115 32 12 76 55
Binary 10111100 1000100 101100 0 1000000 1001101 11010 1010 111110 101101

Color Harmonies of #BC442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC442C

Black with #BC442C

Text Example


Text Example

White with #BC442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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