Html Css Color HEX #BC2B3A Brick Red

📋 copy color: '#BC2B3A'

red 188 ◦ green 43 ◦ blue 58

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

Shades of Brick Red #BC2B3A

Tints of Brick Red #BC2B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.88%

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

R = 65.05%
G = 14.88%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC2B3A (or 0xBC2B3A) is known color: Brick Red. HEX triplet: BC, 2B and 3A. RGB value is (188,43,58). Sum of RGB (Red+Green+Blue) = 188+43+58=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B3A is #43D4C5. Grayscale: #585858. Windows color (decimal): -4445382 or 3812284. OLE color: 3812284.

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

Color convert

RGB 188 43 58 -
CMYK 0 0.77 0.69 0.26
HSL 353.79º 0.63% 0.45% -
HSV(B) 353.79º 0.77% 0.74% -
XYZ 22.37 12.72 5.28 -
YUV 88.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 188 43 58 0 0.77 0.69 0.26 353.79 0.63 0.45
Hex BC 2B 3A 0 4D 45 1A 162 3F 2D
Octal 274 53 72 0 115 105 32 542 77 55
Binary 10111100 101011 111010 0 1001101 1000101 11010 101100010 111111 101101

Color Harmonies of #BC2B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B3A

Black with #BC2B3A

Text Example


Text Example

White with #BC2B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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