Html Css Color HEX #BB2B24 Fire Brick

📋 copy color: '#BB2B24'

red 187 ◦ green 43 ◦ blue 36

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

Shades of Fire Brick #BB2B24

Tints of Fire Brick #BB2B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.17%

 BLUE value IS 36 (14.45% from 255) = 13.53%

R = 70.3%
G = 16.17%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB2B24 (or 0xBB2B24) is known color: Fire Brick. HEX triplet: BB, 2B and 24. RGB value is (187,43,36). Sum of RGB (Red+Green+Blue) = 187+43+36=266 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.30% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2B24 is #44D4DB. Grayscale: #555555. Windows color (decimal): -4510940 or 2370491. OLE color: 2370491.

HSL color Cylindrical-coordinate representation of color #BB2B24: hue angle of 2.78º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2B24 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 43 36 -
CMYK 0 0.77 0.81 0.27
HSL 2.78º 0.68% 0.44% -
HSV(B) 2.78º 0.81% 0.73% -
XYZ 21.68 12.42 2.92 -
YUV 85.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 187 43 36 0 0.77 0.81 0.27 2.78 0.68 0.44
Hex BB 2B 24 0 4D 51 1B 3 44 2C
Octal 273 53 44 0 115 121 33 3 104 54
Binary 10111011 101011 100100 0 1001101 1010001 11011 11 1000100 101100

Color Harmonies of #BB2B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B24

Black with #BB2B24

Text Example


Text Example

White with #BB2B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B24; }

 p { color: rgb(187,43,36); }

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

background-color css

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

 a { background-color: rgb(187,43,36); }

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

border-color css

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

 span { border-color: rgb(187,43,36); }

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