Html Css Color HEX #BB1B14 Fire Brick

📋 copy color: '#BB1B14'

red 187 ◦ green 27 ◦ blue 20

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

Shades of Fire Brick #BB1B14

Tints of Fire Brick #BB1B14

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.54%

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

R = 79.91%
G = 11.54%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB1B14 (or 0xBB1B14) is known color: Fire Brick. HEX triplet: BB, 1B and 14. RGB value is (187,27,20). Sum of RGB (Red+Green+Blue) = 187+27+20=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1B14 is #44E4EB. Grayscale: #4A4A4A. Windows color (decimal): -4515052 or 1317819. OLE color: 1317819.

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

Color convert

RGB 187 27 20 -
CMYK 0 0.86 0.89 0.27
HSL 2.51º 0.81% 0.41% -
HSV(B) 2.51º 0.89% 0.73% -
XYZ 21.01 11.4 1.75 -
YUV 74.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 187 27 20 0 0.86 0.89 0.27 2.51 0.81 0.41
Hex BB 1B 14 0 56 59 1B 3 51 29
Octal 273 33 24 0 126 131 33 3 121 51
Binary 10111011 11011 10100 0 1010110 1011001 11011 11 1010001 101001

Color Harmonies of #BB1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B14

Black with #BB1B14

Text Example


Text Example

White with #BB1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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