Html Css Color HEX #BC453A Grenadier

📋 copy color: '#BC453A'

red 188 ◦ green 69 ◦ blue 58

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

Shades of Grenadier #BC453A

Tints of Grenadier #BC453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.9%

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

R = 59.68%
G = 21.9%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC453A (or 0xBC453A) is known color: Grenadier. HEX triplet: BC, 45 and 3A. RGB value is (188,69,58). Sum of RGB (Red+Green+Blue) = 188+69+58=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC453A is #43BAC5. Grayscale: #676767. Windows color (decimal): -4438726 or 3818940. OLE color: 3818940.

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

Color convert

RGB 188 69 58 -
CMYK 0 0.63 0.69 0.26
HSL 5.08º 0.53% 0.48% -
HSV(B) 5.08º 0.69% 0.74% -
XYZ 23.63 15.25 5.7 -
YUV 103.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 188 69 58 0 0.63 0.69 0.26 5.08 0.53 0.48
Hex BC 45 3A 0 3F 45 1A 5 35 30
Octal 274 105 72 0 77 105 32 5 65 60
Binary 10111100 1000101 111010 0 111111 1000101 11010 101 110101 110000

Color Harmonies of #BC453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC453A

Black with #BC453A

Text Example


Text Example

White with #BC453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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