Html Css Color HEX #BB3740 Brick Red

📋 copy color: '#BB3740'

red 187 ◦ green 55 ◦ blue 64

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

Shades of Brick Red #BB3740

Tints of Brick Red #BB3740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

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

R = 61.11%
G = 17.97%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB3740 (or 0xBB3740) is known color: Brick Red. HEX triplet: BB, 37 and 40. RGB value is (187,55,64). Sum of RGB (Red+Green+Blue) = 187+55+64=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3740 is #44C8BF. Grayscale: #5F5F5F. Windows color (decimal): -4507840 or 4208571. OLE color: 4208571.

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

Color convert

RGB 187 55 64 -
CMYK 0 0.71 0.66 0.27
HSL 355.91º 0.55% 0.47% -
HSV(B) 355.91º 0.71% 0.73% -
XYZ 22.79 13.67 6.29 -
YUV 95.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 187 55 64 0 0.71 0.66 0.27 355.91 0.55 0.47
Hex BB 37 40 0 47 42 1B 164 37 2F
Octal 273 67 100 0 107 102 33 544 67 57
Binary 10111011 110111 1000000 0 1000111 1000010 11011 101100100 110111 101111

Color Harmonies of #BB3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3740

Black with #BB3740

Text Example


Text Example

White with #BB3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3740; }

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

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

background-color css

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

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

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

border-color css

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

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

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