Html Css Color HEX #BB293F Brick Red

📋 copy color: '#BB293F'

red 187 ◦ green 41 ◦ blue 63

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

Shades of Brick Red #BB293F

Tints of Brick Red #BB293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.65%

R = 64.26%
G = 14.09%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB293F (or 0xBB293F) is known color: Brick Red. HEX triplet: BB, 29 and 3F. RGB value is (187,41,63). Sum of RGB (Red+Green+Blue) = 187+41+63=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB293F is #44D6C0. Grayscale: #575757. Windows color (decimal): -4511425 or 4139451. OLE color: 4139451.

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

Color convert

RGB 187 41 63 -
CMYK 0 0.78 0.66 0.27
HSL 350.96º 0.64% 0.45% -
HSV(B) 350.96º 0.78% 0.73% -
XYZ 22.18 12.51 5.95 -
YUV 87.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 187 41 63 0 0.78 0.66 0.27 350.96 0.64 0.45
Hex BB 29 3F 0 4E 42 1B 15F 40 2D
Octal 273 51 77 0 116 102 33 537 100 55
Binary 10111011 101001 111111 0 1001110 1000010 11011 101011111 1000000 101101

Color Harmonies of #BB293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB293F

Black with #BB293F

Text Example


Text Example

White with #BB293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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