Html Css Color HEX #BB3741 Brick Red

📋 copy color: '#BB3741'

red 187 ◦ green 55 ◦ blue 65

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

Shades of Brick Red #BB3741

Tints of Brick Red #BB3741

RGB

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

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

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

R = 60.91%
G = 17.92%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB3741 (or 0xBB3741) is known color: Brick Red. HEX triplet: BB, 37 and 41. RGB value is (187,55,65). Sum of RGB (Red+Green+Blue) = 187+55+65=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3741 is #44C8BE. Grayscale: #5F5F5F. Windows color (decimal): -4507839 or 4274107. OLE color: 4274107.

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

Color convert

RGB 187 55 65 -
CMYK 0 0.71 0.65 0.27
HSL 355.45º 0.55% 0.47% -
HSV(B) 355.45º 0.71% 0.73% -
XYZ 22.81 13.68 6.44 -
YUV 95.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 187 55 65 0 0.71 0.65 0.27 355.45 0.55 0.47
Hex BB 37 41 0 47 41 1B 163 37 2F
Octal 273 67 101 0 107 101 33 543 67 57
Binary 10111011 110111 1000001 0 1000111 1000001 11011 101100011 110111 101111

Color Harmonies of #BB3741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3741

Black with #BB3741

Text Example


Text Example

White with #BB3741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3741; }

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

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

background-color css

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

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

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

border-color css

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

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

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