Html Css Color HEX #BC293A Brick Red

📋 copy color: '#BC293A'

red 188 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #BC293A

Tints of Brick Red #BC293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.29%

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

R = 65.51%
G = 14.29%
B = 20.21%

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

#BC293A (or 0xBC293A) is known color: Brick Red. HEX triplet: BC, 29 and 3A. RGB value is (188,41,58). Sum of RGB (Red+Green+Blue) = 188+41+58=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC293A is #43D6C5. Grayscale: #565656. Windows color (decimal): -4445894 or 3811772. OLE color: 3811772.

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

Color convert

RGB 188 41 58 -
CMYK 0 0.78 0.69 0.26
HSL 353.06º 0.64% 0.45% -
HSV(B) 353.06º 0.78% 0.74% -
XYZ 22.3 12.58 5.26 -
YUV 86.89 111.7 200.12 -
System Red Green Blue C M Y K H S L
Decimal 188 41 58 0 0.78 0.69 0.26 353.06 0.64 0.45
Hex BC 29 3A 0 4E 45 1A 161 40 2D
Octal 274 51 72 0 116 105 32 541 100 55
Binary 10111100 101001 111010 0 1001110 1000101 11010 101100001 1000000 101101

Color Harmonies of #BC293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC293A

Black with #BC293A

Text Example


Text Example

White with #BC293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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