Html Css Color HEX #BC2D41 Brick Red

📋 copy color: '#BC2D41'

red 188 ◦ green 45 ◦ blue 65

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

Shades of Brick Red #BC2D41

Tints of Brick Red #BC2D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.1%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 63.09%
G = 15.1%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC2D41 (or 0xBC2D41) is known color: Brick Red. HEX triplet: BC, 2D and 41. RGB value is (188,45,65). Sum of RGB (Red+Green+Blue) = 188+45+65=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D41 is #43D2BE. Grayscale: #5A5A5A. Windows color (decimal): -4444863 or 4271548. OLE color: 4271548.

HSL color Cylindrical-coordinate representation of color #BC2D41: hue angle of 351.61º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D41 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 65 -
CMYK 0 0.76 0.65 0.26
HSL 351.61º 0.61% 0.46% -
HSV(B) 351.61º 0.76% 0.74% -
XYZ 22.63 12.95 6.31 -
YUV 90.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 188 45 65 0 0.76 0.65 0.26 351.61 0.61 0.46
Hex BC 2D 41 0 4C 41 1A 160 3D 2E
Octal 274 55 101 0 114 101 32 540 75 56
Binary 10111100 101101 1000001 0 1001100 1000001 11010 101100000 111101 101110

Color Harmonies of #BC2D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D41

Black with #BC2D41

Text Example


Text Example

White with #BC2D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D41; }

 p { color: rgb(188,45,65); }

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

background-color css

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

 a { background-color: rgb(188,45,65); }

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

border-color css

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

 span { border-color: rgb(188,45,65); }

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