Html Css Color HEX #BC443A Grenadier

📋 copy color: '#BC443A'

red 188 ◦ green 68 ◦ blue 58

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

Shades of Grenadier #BC443A

Tints of Grenadier #BC443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 59.87%
G = 21.66%
B = 18.47%

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

#BC443A (or 0xBC443A) is known color: Grenadier. HEX triplet: BC, 44 and 3A. RGB value is (188,68,58). Sum of RGB (Red+Green+Blue) = 188+68+58=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC443A is #43BBC5. Grayscale: #666666. Windows color (decimal): -4438982 or 3818684. OLE color: 3818684.

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

Color convert

RGB 188 68 58 -
CMYK 0 0.64 0.69 0.26
HSL 4.62º 0.53% 0.48% -
HSV(B) 4.62º 0.69% 0.74% -
XYZ 23.57 15.13 5.68 -
YUV 102.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 188 68 58 0 0.64 0.69 0.26 4.62 0.53 0.48
Hex BC 44 3A 0 40 45 1A 5 35 30
Octal 274 104 72 0 100 105 32 5 65 60
Binary 10111100 1000100 111010 0 1000000 1000101 11010 101 110101 110000

Color Harmonies of #BC443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC443A

Black with #BC443A

Text Example


Text Example

White with #BC443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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