Html Css Color HEX #BB2C3B Brick Red

📋 copy color: '#BB2C3B'

red 187 ◦ green 44 ◦ blue 59

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

Shades of Brick Red #BB2C3B

Tints of Brick Red #BB2C3B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 64.48%
G = 15.17%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB2C3B (or 0xBB2C3B) is known color: Brick Red. HEX triplet: BB, 2C and 3B. RGB value is (187,44,59). Sum of RGB (Red+Green+Blue) = 187+44+59=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C3B is #44D3C4. Grayscale: #585858. Windows color (decimal): -4510661 or 3878075. OLE color: 3878075.

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

Color convert

RGB 187 44 59 -
CMYK 0 0.76 0.68 0.27
HSL 353.71º 0.62% 0.45% -
HSV(B) 353.71º 0.76% 0.73% -
XYZ 22.18 12.68 5.42 -
YUV 88.47 111.38 198.28 -
System Red Green Blue C M Y K H S L
Decimal 187 44 59 0 0.76 0.68 0.27 353.71 0.62 0.45
Hex BB 2C 3B 0 4C 44 1B 162 3E 2D
Octal 273 54 73 0 114 104 33 542 76 55
Binary 10111011 101100 111011 0 1001100 1000100 11011 101100010 111110 101101

Color Harmonies of #BB2C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C3B

Black with #BB2C3B

Text Example


Text Example

White with #BB2C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C3B; }

 p { color: rgb(187,44,59); }

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

background-color css

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

 a { background-color: rgb(187,44,59); }

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

border-color css

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

 span { border-color: rgb(187,44,59); }

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