Html Css Color HEX #BC2B43 Brick Red

📋 copy color: '#BC2B43'

red 188 ◦ green 43 ◦ blue 67

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

Shades of Brick Red #BC2B43

Tints of Brick Red #BC2B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.48%

R = 63.09%
G = 14.43%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC2B43 (or 0xBC2B43) is known color: Brick Red. HEX triplet: BC, 2B and 43. RGB value is (188,43,67). Sum of RGB (Red+Green+Blue) = 188+43+67=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B43 is #43D4BC. Grayscale: #595959. Windows color (decimal): -4445373 or 4402108. OLE color: 4402108.

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

Color convert

RGB 188 43 67 -
CMYK 0 0.77 0.64 0.26
HSL 350.07º 0.63% 0.45% -
HSV(B) 350.07º 0.77% 0.74% -
XYZ 22.62 12.82 6.59 -
YUV 89.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 188 43 67 0 0.77 0.64 0.26 350.07 0.63 0.45
Hex BC 2B 43 0 4D 40 1A 15E 3F 2D
Octal 274 53 103 0 115 100 32 536 77 55
Binary 10111100 101011 1000011 0 1001101 1000000 11010 101011110 111111 101101

Color Harmonies of #BC2B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B43

Black with #BC2B43

Text Example


Text Example

White with #BC2B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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