Html Css Color HEX #BB2B1C Fire Brick

📋 copy color: '#BB2B1C'

red 187 ◦ green 43 ◦ blue 28

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

Shades of Fire Brick #BB2B1C

Tints of Fire Brick #BB2B1C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.67%

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 72.48%
G = 16.67%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB2B1C (or 0xBB2B1C) is known color: Fire Brick. HEX triplet: BB, 2B and 1C. RGB value is (187,43,28). Sum of RGB (Red+Green+Blue) = 187+43+28=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2B1C is #44D4E3. Grayscale: #545454. Windows color (decimal): -4510948 or 1846203. OLE color: 1846203.

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

Color convert

RGB 187 43 28 -
CMYK 0 0.77 0.85 0.27
HSL 5.66º 0.74% 0.42% -
HSV(B) 5.66º 0.85% 0.73% -
XYZ 21.57 12.38 2.35 -
YUV 84.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 187 43 28 0 0.77 0.85 0.27 5.66 0.74 0.42
Hex BB 2B 1C 0 4D 55 1B 6 4A 2A
Octal 273 53 34 0 115 125 33 6 112 52
Binary 10111011 101011 11100 0 1001101 1010101 11011 110 1001010 101010

Color Harmonies of #BB2B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2B1C

Black with #BB2B1C

Text Example


Text Example

White with #BB2B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2B1C; }

 p { color: rgb(187,43,28); }

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

background-color css

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

 a { background-color: rgb(187,43,28); }

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

border-color css

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

 span { border-color: rgb(187,43,28); }

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