Html Css Color HEX #BB2115 Fire Brick

📋 copy color: '#BB2115'

red 187 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #BB2115

Tints of Fire Brick #BB2115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.69%

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

R = 77.59%
G = 13.69%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB2115 (or 0xBB2115) is known color: Fire Brick. HEX triplet: BB, 21 and 15. RGB value is (187,33,21). Sum of RGB (Red+Green+Blue) = 187+33+21=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2115 is #44DEEA. Grayscale: #4D4D4D. Windows color (decimal): -4513515 or 1384891. OLE color: 1384891.

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

Color convert

RGB 187 33 21 -
CMYK 0 0.82 0.89 0.27
HSL 4.34º 0.8% 0.41% -
HSV(B) 4.34º 0.89% 0.73% -
XYZ 21.17 11.71 1.85 -
YUV 77.68 96.02 205.98 -
System Red Green Blue C M Y K H S L
Decimal 187 33 21 0 0.82 0.89 0.27 4.34 0.8 0.41
Hex BB 21 15 0 52 59 1B 4 50 29
Octal 273 41 25 0 122 131 33 4 120 51
Binary 10111011 100001 10101 0 1010010 1011001 11011 100 1010000 101001

Color Harmonies of #BB2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2115

Black with #BB2115

Text Example


Text Example

White with #BB2115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2115; }

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

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

background-color css

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

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

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

border-color css

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

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

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