Html Css Color HEX #BB2215 Fire Brick

📋 copy color: '#BB2215'

red 187 ◦ green 34 ◦ blue 21

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

Shades of Fire Brick #BB2215

Tints of Fire Brick #BB2215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

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

R = 77.27%
G = 14.05%
B = 8.68%

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

#BB2215 (or 0xBB2215) is known color: Fire Brick. HEX triplet: BB, 22 and 15. RGB value is (187,34,21). Sum of RGB (Red+Green+Blue) = 187+34+21=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2215 is #44DDEA. Grayscale: #4E4E4E. Windows color (decimal): -4513259 or 1385147. OLE color: 1385147.

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

Color convert

RGB 187 34 21 -
CMYK 0 0.82 0.89 0.27
HSL 4.7º 0.8% 0.41% -
HSV(B) 4.7º 0.89% 0.73% -
XYZ 21.2 11.76 1.86 -
YUV 78.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 187 34 21 0 0.82 0.89 0.27 4.7 0.8 0.41
Hex BB 22 15 0 52 59 1B 5 50 29
Octal 273 42 25 0 122 131 33 5 120 51
Binary 10111011 100010 10101 0 1010010 1011001 11011 101 1010000 101001

Color Harmonies of #BB2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2215

Black with #BB2215

Text Example


Text Example

White with #BB2215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2215; }

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

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

background-color css

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

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

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

border-color css

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

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

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