Html Css Color HEX #BC2939 Brick Red

📋 copy color: '#BC2939'

red 188 ◦ green 41 ◦ blue 57

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

Shades of Brick Red #BC2939

Tints of Brick Red #BC2939

RGB

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

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

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

R = 65.73%
G = 14.34%
B = 19.93%

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

#BC2939 (or 0xBC2939) is known color: Brick Red. HEX triplet: BC, 29 and 39. RGB value is (188,41,57). Sum of RGB (Red+Green+Blue) = 188+41+57=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2939 is #43D6C6. Grayscale: #565656. Windows color (decimal): -4445895 or 3746236. OLE color: 3746236.

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

Color convert

RGB 188 41 57 -
CMYK 0 0.78 0.70 0.26
HSL 353.47º 0.64% 0.45% -
HSV(B) 353.47º 0.78% 0.74% -
XYZ 22.27 12.57 5.12 -
YUV 86.78 111.2 200.2 -
System Red Green Blue C M Y K H S L
Decimal 188 41 57 0 0.78 0.70 0.26 353.47 0.64 0.45
Hex BC 29 39 0 4E 46 1A 161 40 2D
Octal 274 51 71 0 116 106 32 541 100 55
Binary 10111100 101001 111001 0 1001110 1000110 11010 101100001 1000000 101101

Color Harmonies of #BC2939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2939

Black with #BC2939

Text Example


Text Example

White with #BC2939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2939; }

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

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

background-color css

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

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

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

border-color css

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

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

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