Html Css Color HEX #BC2C3F Brick Red

📋 copy color: '#BC2C3F'

red 188 ◦ green 44 ◦ blue 63

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

Shades of Brick Red #BC2C3F

Tints of Brick Red #BC2C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.36%

R = 63.73%
G = 14.92%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC2C3F (or 0xBC2C3F) is known color: Brick Red. HEX triplet: BC, 2C and 3F. RGB value is (188,44,63). Sum of RGB (Red+Green+Blue) = 188+44+63=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C3F is #43D3C0. Grayscale: #595959. Windows color (decimal): -4445121 or 4140220. OLE color: 4140220.

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

Color convert

RGB 188 44 63 -
CMYK 0 0.77 0.66 0.26
HSL 352.08º 0.62% 0.45% -
HSV(B) 352.08º 0.77% 0.74% -
XYZ 22.54 12.85 6 -
YUV 89.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 188 44 63 0 0.77 0.66 0.26 352.08 0.62 0.45
Hex BC 2C 3F 0 4D 42 1A 160 3E 2D
Octal 274 54 77 0 115 102 32 540 76 55
Binary 10111100 101100 111111 0 1001101 1000010 11010 101100000 111110 101101

Color Harmonies of #BC2C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C3F

Black with #BC2C3F

Text Example


Text Example

White with #BC2C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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