Html Css Color HEX #BB1B1A Fire Brick

📋 copy color: '#BB1B1A'

red 187 ◦ green 27 ◦ blue 26

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

Shades of Fire Brick #BB1B1A

Tints of Fire Brick #BB1B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 77.92%
G = 11.25%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB1B1A (or 0xBB1B1A) is known color: Fire Brick. HEX triplet: BB, 1B and 1A. RGB value is (187,27,26). Sum of RGB (Red+Green+Blue) = 187+27+26=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1B1A is #44E4E5. Grayscale: #4A4A4A. Windows color (decimal): -4515046 or 1711035. OLE color: 1711035.

HSL color Cylindrical-coordinate representation of color #BB1B1A: hue angle of 0.37º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B1A is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 27 26 -
CMYK 0 0.86 0.86 0.27
HSL 0.37º 0.76% 0.42% -
HSV(B) 0.37º 0.86% 0.73% -
XYZ 21.07 11.42 2.07 -
YUV 74.73 100.51 208.08 -
System Red Green Blue C M Y K H S L
Decimal 187 27 26 0 0.86 0.86 0.27 0.37 0.76 0.42
Hex BB 1B 1A 0 56 56 1B 0 4C 2A
Octal 273 33 32 0 126 126 33 0 114 52
Binary 10111011 11011 11010 0 1010110 1010110 11011 0 1001100 101010

Color Harmonies of #BB1B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B1A

Black with #BB1B1A

Text Example


Text Example

White with #BB1B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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