Html Css Color HEX #BB2B37 Brick Red

📋 copy color: '#BB2B37'

red 187 ◦ green 43 ◦ blue 55

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

Shades of Brick Red #BB2B37

Tints of Brick Red #BB2B37

RGB

 RED value IS 187 (73.44% from 255) = 65.61%

 GREEN value IS 43 (17.19% from 255) = 15.09%

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

R = 65.61%
G = 15.09%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB2B37 (or 0xBB2B37) is known color: Brick Red. HEX triplet: BB, 2B and 37. RGB value is (187,43,55). Sum of RGB (Red+Green+Blue) = 187+43+55=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2B37 is #44D4C8. Grayscale: #575757. Windows color (decimal): -4510921 or 3615675. OLE color: 3615675.

HSL color Cylindrical-coordinate representation of color #BB2B37: hue angle of 355º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2B37 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 43 55 -
CMYK 0 0.77 0.71 0.27
HSL 355º 0.63% 0.45% -
HSV(B) 355º 0.77% 0.73% -
XYZ 22.05 12.57 4.88 -
YUV 87.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 187 43 55 0 0.77 0.71 0.27 355 0.63 0.45
Hex BB 2B 37 0 4D 47 1B 163 3F 2D
Octal 273 53 67 0 115 107 33 543 77 55
Binary 10111011 101011 110111 0 1001101 1000111 11011 101100011 111111 101101

Color Harmonies of #BB2B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B37

Black with #BB2B37

Text Example


Text Example

White with #BB2B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B37; }

 p { color: rgb(187,43,55); }

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

background-color css

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

 a { background-color: rgb(187,43,55); }

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

border-color css

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

 span { border-color: rgb(187,43,55); }

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