Html Css Color HEX #BB293D Brick Red

📋 copy color: '#BB293D'

red 187 ◦ green 41 ◦ blue 61

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

Shades of Brick Red #BB293D

Tints of Brick Red #BB293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 61 (24.22% from 255) = 21.11%

R = 64.71%
G = 14.19%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB293D (or 0xBB293D) is known color: Brick Red. HEX triplet: BB, 29 and 3D. RGB value is (187,41,61). Sum of RGB (Red+Green+Blue) = 187+41+61=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB293D is #44D6C2. Grayscale: #565656. Windows color (decimal): -4511427 or 4008379. OLE color: 4008379.

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

Color convert

RGB 187 41 61 -
CMYK 0 0.78 0.67 0.27
HSL 351.78º 0.64% 0.45% -
HSV(B) 351.78º 0.78% 0.73% -
XYZ 22.13 12.49 5.66 -
YUV 86.93 113.37 199.37 -
System Red Green Blue C M Y K H S L
Decimal 187 41 61 0 0.78 0.67 0.27 351.78 0.64 0.45
Hex BB 29 3D 0 4E 43 1B 160 40 2D
Octal 273 51 75 0 116 103 33 540 100 55
Binary 10111011 101001 111101 0 1001110 1000011 11011 101100000 1000000 101101

Color Harmonies of #BB293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB293D

Black with #BB293D

Text Example


Text Example

White with #BB293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB293D; }

 p { color: rgb(187,41,61); }

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

background-color css

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

 a { background-color: rgb(187,41,61); }

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

border-color css

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

 span { border-color: rgb(187,41,61); }

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