Html Css Color HEX #BB2641 Brick Red

📋 copy color: '#BB2641'

red 187 ◦ green 38 ◦ blue 65

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

Shades of Brick Red #BB2641

Tints of Brick Red #BB2641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 64.48%
G = 13.1%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB2641 (or 0xBB2641) is known color: Brick Red. HEX triplet: BB, 26 and 41. RGB value is (187,38,65). Sum of RGB (Red+Green+Blue) = 187+38+65=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2641 is #44D9BE. Grayscale: #555555. Windows color (decimal): -4512191 or 4269755. OLE color: 4269755.

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

Color convert

RGB 187 38 65 -
CMYK 0 0.80 0.65 0.27
HSL 349.13º 0.66% 0.44% -
HSV(B) 349.13º 0.8% 0.73% -
XYZ 22.14 12.33 6.21 -
YUV 85.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 187 38 65 0 0.80 0.65 0.27 349.13 0.66 0.44
Hex BB 26 41 0 50 41 1B 15D 42 2C
Octal 273 46 101 0 120 101 33 535 102 54
Binary 10111011 100110 1000001 0 1010000 1000001 11011 101011101 1000010 101100

Color Harmonies of #BB2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2641

Black with #BB2641

Text Example


Text Example

White with #BB2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2641; }

 p { color: rgb(187,38,65); }

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

background-color css

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

 a { background-color: rgb(187,38,65); }

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

border-color css

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

 span { border-color: rgb(187,38,65); }

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