Html Css Color HEX #BB293E Brick Red

📋 copy color: '#BB293E'

red 187 ◦ green 41 ◦ blue 62

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

Shades of Brick Red #BB293E

Tints of Brick Red #BB293E

RGB

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

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

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

R = 64.48%
G = 14.14%
B = 21.38%

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

#BB293E (or 0xBB293E) is known color: Brick Red. HEX triplet: BB, 29 and 3E. RGB value is (187,41,62). Sum of RGB (Red+Green+Blue) = 187+41+62=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB293E is #44D6C1. Grayscale: #575757. Windows color (decimal): -4511426 or 4073915. OLE color: 4073915.

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

Color convert

RGB 187 41 62 -
CMYK 0 0.78 0.67 0.27
HSL 351.37º 0.64% 0.45% -
HSV(B) 351.37º 0.78% 0.73% -
XYZ 22.16 12.5 5.8 -
YUV 87.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 187 41 62 0 0.78 0.67 0.27 351.37 0.64 0.45
Hex BB 29 3E 0 4E 43 1B 15F 40 2D
Octal 273 51 76 0 116 103 33 537 100 55
Binary 10111011 101001 111110 0 1001110 1000011 11011 101011111 1000000 101101

Color Harmonies of #BB293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB293E

Black with #BB293E

Text Example


Text Example

White with #BB293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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