Html Css Color HEX #BB2615 Fire Brick

📋 copy color: '#BB2615'

red 187 ◦ green 38 ◦ blue 21

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

Shades of Fire Brick #BB2615

Tints of Fire Brick #BB2615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.45%

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 76.02%
G = 15.45%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB2615 (or 0xBB2615) is known color: Fire Brick. HEX triplet: BB, 26 and 15. RGB value is (187,38,21). Sum of RGB (Red+Green+Blue) = 187+38+21=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2615 is #44D9EA. Grayscale: #505050. Windows color (decimal): -4512235 or 1386171. OLE color: 1386171.

HSL color Cylindrical-coordinate representation of color #BB2615: hue angle of 6.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB2615 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 21 -
CMYK 0 0.80 0.89 0.27
HSL 6.14º 0.8% 0.41% -
HSV(B) 6.14º 0.89% 0.73% -
XYZ 21.32 12.01 1.9 -
YUV 80.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 187 38 21 0 0.80 0.89 0.27 6.14 0.8 0.41
Hex BB 26 15 0 50 59 1B 6 50 29
Octal 273 46 25 0 120 131 33 6 120 51
Binary 10111011 100110 10101 0 1010000 1011001 11011 110 1010000 101001

Color Harmonies of #BB2615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2615

Black with #BB2615

Text Example


Text Example

White with #BB2615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2615; }

 p { color: rgb(187,38,21); }

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

background-color css

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

 a { background-color: rgb(187,38,21); }

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

border-color css

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

 span { border-color: rgb(187,38,21); }

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