Html Css Color HEX #BB2C3F Brick Red

📋 copy color: '#BB2C3F'

red 187 ◦ green 44 ◦ blue 63

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

Shades of Brick Red #BB2C3F

Tints of Brick Red #BB2C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.43%

R = 63.61%
G = 14.97%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB2C3F (or 0xBB2C3F) is known color: Brick Red. HEX triplet: BB, 2C and 3F. RGB value is (187,44,63). Sum of RGB (Red+Green+Blue) = 187+44+63=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C3F is #44D3C0. Grayscale: #585858. Windows color (decimal): -4510657 or 4140219. OLE color: 4140219.

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

Color convert

RGB 187 44 63 -
CMYK 0 0.76 0.66 0.27
HSL 352.03º 0.62% 0.45% -
HSV(B) 352.03º 0.76% 0.73% -
XYZ 22.29 12.73 5.98 -
YUV 88.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 187 44 63 0 0.76 0.66 0.27 352.03 0.62 0.45
Hex BB 2C 3F 0 4C 42 1B 160 3E 2D
Octal 273 54 77 0 114 102 33 540 76 55
Binary 10111011 101100 111111 0 1001100 1000010 11011 101100000 111110 101101

Color Harmonies of #BB2C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C3F

Black with #BB2C3F

Text Example


Text Example

White with #BB2C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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