Html Css Color HEX #BB2741 Brick Red

📋 copy color: '#BB2741'

red 187 ◦ green 39 ◦ blue 65

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

Shades of Brick Red #BB2741

Tints of Brick Red #BB2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 64.26%
G = 13.4%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB2741 (or 0xBB2741) is known color: Brick Red. HEX triplet: BB, 27 and 41. RGB value is (187,39,65). Sum of RGB (Red+Green+Blue) = 187+39+65=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2741 is #44D8BE. Grayscale: #565656. Windows color (decimal): -4511935 or 4270011. OLE color: 4270011.

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

Color convert

RGB 187 39 65 -
CMYK 0 0.79 0.65 0.27
HSL 349.46º 0.65% 0.44% -
HSV(B) 349.46º 0.79% 0.73% -
XYZ 22.17 12.4 6.23 -
YUV 86.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 187 39 65 0 0.79 0.65 0.27 349.46 0.65 0.44
Hex BB 27 41 0 4F 41 1B 15D 41 2C
Octal 273 47 101 0 117 101 33 535 101 54
Binary 10111011 100111 1000001 0 1001111 1000001 11011 101011101 1000001 101100

Color Harmonies of #BB2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2741

Black with #BB2741

Text Example


Text Example

White with #BB2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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