Html Css Color HEX #BB343B Brick Red

📋 copy color: '#BB343B'

red 187 ◦ green 52 ◦ blue 59

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

Shades of Brick Red #BB343B

Tints of Brick Red #BB343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 62.75%
G = 17.45%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB343B (or 0xBB343B) is known color: Brick Red. HEX triplet: BB, 34 and 3B. RGB value is (187,52,59). Sum of RGB (Red+Green+Blue) = 187+52+59=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB343B is #44CBC4. Grayscale: #5D5D5D. Windows color (decimal): -4508613 or 3880123. OLE color: 3880123.

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

Color convert

RGB 187 52 59 -
CMYK 0 0.72 0.68 0.27
HSL 356.89º 0.56% 0.47% -
HSV(B) 356.89º 0.72% 0.73% -
XYZ 22.51 13.34 5.53 -
YUV 93.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 187 52 59 0 0.72 0.68 0.27 356.89 0.56 0.47
Hex BB 34 3B 0 48 44 1B 165 38 2F
Octal 273 64 73 0 110 104 33 545 70 57
Binary 10111011 110100 111011 0 1001000 1000100 11011 101100101 111000 101111

Color Harmonies of #BB343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB343B

Black with #BB343B

Text Example


Text Example

White with #BB343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB343B; }

 p { color: rgb(187,52,59); }

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

background-color css

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

 a { background-color: rgb(187,52,59); }

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

border-color css

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

 span { border-color: rgb(187,52,59); }

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