Html Css Color HEX #BC2A3A Brick Red

📋 copy color: '#BC2A3A'

red 188 ◦ green 42 ◦ blue 58

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

Shades of Brick Red #BC2A3A

Tints of Brick Red #BC2A3A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.58%

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

R = 65.28%
G = 14.58%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC2A3A (or 0xBC2A3A) is known color: Brick Red. HEX triplet: BC, 2A and 3A. RGB value is (188,42,58). Sum of RGB (Red+Green+Blue) = 188+42+58=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A3A is #43D5C5. Grayscale: #575757. Windows color (decimal): -4445638 or 3812028. OLE color: 3812028.

HSL color Cylindrical-coordinate representation of color #BC2A3A: hue angle of 353.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2A3A is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 42 58 -
CMYK 0 0.78 0.69 0.26
HSL 353.42º 0.63% 0.45% -
HSV(B) 353.42º 0.78% 0.74% -
XYZ 22.33 12.65 5.27 -
YUV 87.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 188 42 58 0 0.78 0.69 0.26 353.42 0.63 0.45
Hex BC 2A 3A 0 4E 45 1A 161 3F 2D
Octal 274 52 72 0 116 105 32 541 77 55
Binary 10111100 101010 111010 0 1001110 1000101 11010 101100001 111111 101101

Color Harmonies of #BC2A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A3A

Black with #BC2A3A

Text Example


Text Example

White with #BC2A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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