Html Css Color HEX #BB1514 Fire Brick

📋 copy color: '#BB1514'

red 187 ◦ green 21 ◦ blue 20

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

Shades of Fire Brick #BB1514

Tints of Fire Brick #BB1514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.77%

R = 82.02%
G = 9.21%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB1514 (or 0xBB1514) is known color: Fire Brick. HEX triplet: BB, 15 and 14. RGB value is (187,21,20). Sum of RGB (Red+Green+Blue) = 187+21+20=228 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.02% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1514 is #44EAEB. Grayscale: #464646. Windows color (decimal): -4516588 or 1316283. OLE color: 1316283.

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

Color convert

RGB 187 21 20 -
CMYK 0 0.89 0.89 0.27
HSL 0.36º 0.81% 0.41% -
HSV(B) 0.36º 0.89% 0.73% -
XYZ 20.89 11.15 1.71 -
YUV 70.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 187 21 20 0 0.89 0.89 0.27 0.36 0.81 0.41
Hex BB 15 14 0 59 59 1B 0 51 29
Octal 273 25 24 0 131 131 33 0 121 51
Binary 10111011 10101 10100 0 1011001 1011001 11011 0 1010001 101001

Color Harmonies of #BB1514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1514

Black with #BB1514

Text Example


Text Example

White with #BB1514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1514; }

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

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

background-color css

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

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

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

border-color css

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

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

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