Html Css Color HEX #BC2A39 Brick Red

📋 copy color: '#BC2A39'

red 188 ◦ green 42 ◦ blue 57

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

Shades of Brick Red #BC2A39

Tints of Brick Red #BC2A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.86%

R = 65.51%
G = 14.63%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC2A39 (or 0xBC2A39) is known color: Brick Red. HEX triplet: BC, 2A and 39. RGB value is (188,42,57). Sum of RGB (Red+Green+Blue) = 188+42+57=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A39 is #43D5C6. Grayscale: #575757. Windows color (decimal): -4445639 or 3746492. OLE color: 3746492.

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

Color convert

RGB 188 42 57 -
CMYK 0 0.78 0.70 0.26
HSL 353.84º 0.63% 0.45% -
HSV(B) 353.84º 0.78% 0.74% -
XYZ 22.31 12.64 5.14 -
YUV 87.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 188 42 57 0 0.78 0.70 0.26 353.84 0.63 0.45
Hex BC 2A 39 0 4E 46 1A 162 3F 2D
Octal 274 52 71 0 116 106 32 542 77 55
Binary 10111100 101010 111001 0 1001110 1000110 11010 101100010 111111 101101

Color Harmonies of #BC2A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A39

Black with #BC2A39

Text Example


Text Example

White with #BC2A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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