Html Css Color HEX #BC2D37 Brick Red

📋 copy color: '#BC2D37'

red 188 ◦ green 45 ◦ blue 55

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

Shades of Brick Red #BC2D37

Tints of Brick Red #BC2D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.1%

R = 65.28%
G = 15.63%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC2D37 (or 0xBC2D37) is known color: Brick Red. HEX triplet: BC, 2D and 37. RGB value is (188,45,55). Sum of RGB (Red+Green+Blue) = 188+45+55=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D37 is #43D2C8. Grayscale: #585858. Windows color (decimal): -4444873 or 3616188. OLE color: 3616188.

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

Color convert

RGB 188 45 55 -
CMYK 0 0.76 0.71 0.26
HSL 355.8º 0.61% 0.46% -
HSV(B) 355.8º 0.76% 0.74% -
XYZ 22.37 12.84 4.91 -
YUV 88.9 108.88 198.69 -
System Red Green Blue C M Y K H S L
Decimal 188 45 55 0 0.76 0.71 0.26 355.8 0.61 0.46
Hex BC 2D 37 0 4C 47 1A 164 3D 2E
Octal 274 55 67 0 114 107 32 544 75 56
Binary 10111100 101101 110111 0 1001100 1000111 11010 101100100 111101 101110

Color Harmonies of #BC2D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D37

Black with #BC2D37

Text Example


Text Example

White with #BC2D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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