Html Css Color HEX #BB293A Brick Red

📋 copy color: '#BB293A'

red 187 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #BB293A

Tints of Brick Red #BB293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.28%

R = 65.38%
G = 14.34%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB293A (or 0xBB293A) is known color: Brick Red. HEX triplet: BB, 29 and 3A. RGB value is (187,41,58). Sum of RGB (Red+Green+Blue) = 187+41+58=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB293A is #44D6C5. Grayscale: #565656. Windows color (decimal): -4511430 or 3811771. OLE color: 3811771.

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

Color convert

RGB 187 41 58 -
CMYK 0 0.78 0.69 0.27
HSL 353.01º 0.64% 0.45% -
HSV(B) 353.01º 0.78% 0.73% -
XYZ 22.05 12.46 5.25 -
YUV 86.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 187 41 58 0 0.78 0.69 0.27 353.01 0.64 0.45
Hex BB 29 3A 0 4E 45 1B 161 40 2D
Octal 273 51 72 0 116 105 33 541 100 55
Binary 10111011 101001 111010 0 1001110 1000101 11011 101100001 1000000 101101

Color Harmonies of #BB293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB293A

Black with #BB293A

Text Example


Text Example

White with #BB293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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