Html Css Color HEX #BB3243 Brick Red

📋 copy color: '#BB3243'

red 187 ◦ green 50 ◦ blue 67

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

Shades of Brick Red #BB3243

Tints of Brick Red #BB3243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

 BLUE value IS 67 (26.56% from 255) = 22.04%

R = 61.51%
G = 16.45%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB3243 (or 0xBB3243) is known color: Brick Red. HEX triplet: BB, 32 and 43. RGB value is (187,50,67). Sum of RGB (Red+Green+Blue) = 187+50+67=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3243 is #44CDBC. Grayscale: #5C5C5C. Windows color (decimal): -4509117 or 4403899. OLE color: 4403899.

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

Color convert

RGB 187 50 67 -
CMYK 0 0.73 0.64 0.27
HSL 352.55º 0.58% 0.46% -
HSV(B) 352.55º 0.73% 0.73% -
XYZ 22.65 13.25 6.67 -
YUV 92.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 187 50 67 0 0.73 0.64 0.27 352.55 0.58 0.46
Hex BB 32 43 0 49 40 1B 161 3A 2E
Octal 273 62 103 0 111 100 33 541 72 56
Binary 10111011 110010 1000011 0 1001001 1000000 11011 101100001 111010 101110

Color Harmonies of #BB3243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3243

Black with #BB3243

Text Example


Text Example

White with #BB3243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3243; }

 p { color: rgb(187,50,67); }

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

background-color css

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

 a { background-color: rgb(187,50,67); }

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

border-color css

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

 span { border-color: rgb(187,50,67); }

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