Html Css Color HEX #BC2C3A Brick Red

📋 copy color: '#BC2C3A'

red 188 ◦ green 44 ◦ blue 58

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

Shades of Brick Red #BC2C3A

Tints of Brick Red #BC2C3A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

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

R = 64.83%
G = 15.17%
B = 20%

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

#BC2C3A (or 0xBC2C3A) is known color: Brick Red. HEX triplet: BC, 2C and 3A. RGB value is (188,44,58). Sum of RGB (Red+Green+Blue) = 188+44+58=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C3A is #43D3C5. Grayscale: #585858. Windows color (decimal): -4445126 or 3812540. OLE color: 3812540.

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

Color convert

RGB 188 44 58 -
CMYK 0 0.77 0.69 0.26
HSL 354.17º 0.62% 0.45% -
HSV(B) 354.17º 0.77% 0.74% -
XYZ 22.4 12.8 5.29 -
YUV 88.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 188 44 58 0 0.77 0.69 0.26 354.17 0.62 0.45
Hex BC 2C 3A 0 4D 45 1A 162 3E 2D
Octal 274 54 72 0 115 105 32 542 76 55
Binary 10111100 101100 111010 0 1001101 1000101 11010 101100010 111110 101101

Color Harmonies of #BC2C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C3A

Black with #BC2C3A

Text Example


Text Example

White with #BC2C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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