Html Css Color HEX #BB1511 Fire Brick

📋 copy color: '#BB1511'

red 187 ◦ green 21 ◦ blue 17

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

Shades of Fire Brick #BB1511

Tints of Fire Brick #BB1511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

 BLUE value IS 17 (7.03% from 255) = 7.56%

R = 83.11%
G = 9.33%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB1511 (or 0xBB1511) is known color: Fire Brick. HEX triplet: BB, 15 and 11. RGB value is (187,21,17). Sum of RGB (Red+Green+Blue) = 187+21+17=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1511 is #44EAEE. Grayscale: #464646. Windows color (decimal): -4516591 or 1119675. OLE color: 1119675.

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

Color convert

RGB 187 21 17 -
CMYK 0 0.89 0.91 0.27
HSL 1.41º 0.83% 0.4% -
HSV(B) 1.41º 0.91% 0.73% -
XYZ 20.86 11.14 1.58 -
YUV 70.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 187 21 17 0 0.89 0.91 0.27 1.41 0.83 0.4
Hex BB 15 11 0 59 5B 1B 1 53 28
Octal 273 25 21 0 131 133 33 1 123 50
Binary 10111011 10101 10001 0 1011001 1011011 11011 1 1010011 101000

Color Harmonies of #BB1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1511

Black with #BB1511

Text Example


Text Example

White with #BB1511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1511; }

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

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

background-color css

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

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

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

border-color css

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

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

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