Html Css Color HEX #BB2015 Fire Brick

📋 copy color: '#BB2015'

red 187 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #BB2015

Tints of Fire Brick #BB2015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.33%

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

R = 77.92%
G = 13.33%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB2015 (or 0xBB2015) is known color: Fire Brick. HEX triplet: BB, 20 and 15. RGB value is (187,32,21). Sum of RGB (Red+Green+Blue) = 187+32+21=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2015 is #44DFEA. Grayscale: #4D4D4D. Windows color (decimal): -4513771 or 1384635. OLE color: 1384635.

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

Color convert

RGB 187 32 21 -
CMYK 0 0.83 0.89 0.27
HSL 3.98º 0.8% 0.41% -
HSV(B) 3.98º 0.89% 0.73% -
XYZ 21.15 11.65 1.84 -
YUV 77.09 96.35 206.39 -
System Red Green Blue C M Y K H S L
Decimal 187 32 21 0 0.83 0.89 0.27 3.98 0.8 0.41
Hex BB 20 15 0 53 59 1B 4 50 29
Octal 273 40 25 0 123 131 33 4 120 51
Binary 10111011 100000 10101 0 1010011 1011001 11011 100 1010000 101001

Color Harmonies of #BB2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2015

Black with #BB2015

Text Example


Text Example

White with #BB2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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