Html Css Color HEX #BB2311 Fire Brick

📋 copy color: '#BB2311'

red 187 ◦ green 35 ◦ blue 17

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

Shades of Fire Brick #BB2311

Tints of Fire Brick #BB2311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.64%

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

R = 78.24%
G = 14.64%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB2311 (or 0xBB2311) is known color: Fire Brick. HEX triplet: BB, 23 and 11. RGB value is (187,35,17). Sum of RGB (Red+Green+Blue) = 187+35+17=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2311 is #44DCEE. Grayscale: #4E4E4E. Windows color (decimal): -4513007 or 1123259. OLE color: 1123259.

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

Color convert

RGB 187 35 17 -
CMYK 0 0.81 0.91 0.27
HSL 6.35º 0.83% 0.4% -
HSV(B) 6.35º 0.91% 0.73% -
XYZ 21.2 11.81 1.69 -
YUV 78.4 93.36 205.46 -
System Red Green Blue C M Y K H S L
Decimal 187 35 17 0 0.81 0.91 0.27 6.35 0.83 0.4
Hex BB 23 11 0 51 5B 1B 6 53 28
Octal 273 43 21 0 121 133 33 6 123 50
Binary 10111011 100011 10001 0 1010001 1011011 11011 110 1010011 101000

Color Harmonies of #BB2311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2311

Black with #BB2311

Text Example


Text Example

White with #BB2311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2311; }

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

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

background-color css

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

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

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

border-color css

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

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

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