Html Css Color HEX #BB2840 Brick Red

📋 copy color: '#BB2840'

red 187 ◦ green 40 ◦ blue 64

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

Shades of Brick Red #BB2840

Tints of Brick Red #BB2840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 64.26%
G = 13.75%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB2840 (or 0xBB2840) is known color: Brick Red. HEX triplet: BB, 28 and 40. RGB value is (187,40,64). Sum of RGB (Red+Green+Blue) = 187+40+64=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2840 is #44D7BF. Grayscale: #565656. Windows color (decimal): -4511680 or 4204731. OLE color: 4204731.

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

Color convert

RGB 187 40 64 -
CMYK 0 0.79 0.66 0.27
HSL 350.2º 0.65% 0.45% -
HSV(B) 350.2º 0.79% 0.73% -
XYZ 22.18 12.45 6.09 -
YUV 86.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 187 40 64 0 0.79 0.66 0.27 350.2 0.65 0.45
Hex BB 28 40 0 4F 42 1B 15E 41 2D
Octal 273 50 100 0 117 102 33 536 101 55
Binary 10111011 101000 1000000 0 1001111 1000010 11011 101011110 1000001 101101

Color Harmonies of #BB2840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2840

Black with #BB2840

Text Example


Text Example

White with #BB2840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2840; }

 p { color: rgb(187,40,64); }

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

background-color css

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

 a { background-color: rgb(187,40,64); }

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

border-color css

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

 span { border-color: rgb(187,40,64); }

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