Html Css Color HEX #BB343E Brick Red

📋 copy color: '#BB343E'

red 187 ◦ green 52 ◦ blue 62

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

Shades of Brick Red #BB343E

Tints of Brick Red #BB343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 62.13%
G = 17.28%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB343E (or 0xBB343E) is known color: Brick Red. HEX triplet: BB, 34 and 3E. RGB value is (187,52,62). Sum of RGB (Red+Green+Blue) = 187+52+62=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB343E is #44CBC1. Grayscale: #5D5D5D. Windows color (decimal): -4508610 or 4076731. OLE color: 4076731.

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

Color convert

RGB 187 52 62 -
CMYK 0 0.72 0.67 0.27
HSL 355.56º 0.56% 0.47% -
HSV(B) 355.56º 0.72% 0.73% -
XYZ 22.59 13.37 5.95 -
YUV 93.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 187 52 62 0 0.72 0.67 0.27 355.56 0.56 0.47
Hex BB 34 3E 0 48 43 1B 164 38 2F
Octal 273 64 76 0 110 103 33 544 70 57
Binary 10111011 110100 111110 0 1001000 1000011 11011 101100100 111000 101111

Color Harmonies of #BB343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB343E

Black with #BB343E

Text Example


Text Example

White with #BB343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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