Html Css Color HEX #BC443B Grenadier

📋 copy color: '#BC443B'

red 188 ◦ green 68 ◦ blue 59

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

Shades of Grenadier #BC443B

Tints of Grenadier #BC443B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 59.68%
G = 21.59%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC443B (or 0xBC443B) is known color: Grenadier. HEX triplet: BC, 44 and 3B. RGB value is (188,68,59). Sum of RGB (Red+Green+Blue) = 188+68+59=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC443B is #43BBC4. Grayscale: #676767. Windows color (decimal): -4438981 or 3884220. OLE color: 3884220.

HSL color Cylindrical-coordinate representation of color #BC443B: hue angle of 4.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC443B is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 59 -
CMYK 0 0.64 0.69 0.26
HSL 4.19º 0.52% 0.48% -
HSV(B) 4.19º 0.69% 0.74% -
XYZ 23.6 15.14 5.82 -
YUV 102.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 188 68 59 0 0.64 0.69 0.26 4.19 0.52 0.48
Hex BC 44 3B 0 40 45 1A 4 34 30
Octal 274 104 73 0 100 105 32 4 64 60
Binary 10111100 1000100 111011 0 1000000 1000101 11010 100 110100 110000

Color Harmonies of #BC443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC443B

Black with #BC443B

Text Example


Text Example

White with #BC443B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC443B; }

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

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

background-color css

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

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

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

border-color css

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

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

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