Html Css Color HEX #BC2C3B Brick Red

📋 copy color: '#BC2C3B'

red 188 ◦ green 44 ◦ blue 59

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

Shades of Brick Red #BC2C3B

Tints of Brick Red #BC2C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 64.6%
G = 15.12%
B = 20.27%

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

#BC2C3B (or 0xBC2C3B) is known color: Brick Red. HEX triplet: BC, 2C and 3B. RGB value is (188,44,59). Sum of RGB (Red+Green+Blue) = 188+44+59=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C3B is #43D3C4. Grayscale: #585858. Windows color (decimal): -4445125 or 3878076. OLE color: 3878076.

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

Color convert

RGB 188 44 59 -
CMYK 0 0.77 0.69 0.26
HSL 353.75º 0.62% 0.45% -
HSV(B) 353.75º 0.77% 0.74% -
XYZ 22.43 12.81 5.43 -
YUV 88.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 188 44 59 0 0.77 0.69 0.26 353.75 0.62 0.45
Hex BC 2C 3B 0 4D 45 1A 162 3E 2D
Octal 274 54 73 0 115 105 32 542 76 55
Binary 10111100 101100 111011 0 1001101 1000101 11010 101100010 111110 101101

Color Harmonies of #BC2C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C3B

Black with #BC2C3B

Text Example


Text Example

White with #BC2C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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