Html Css Color HEX #BB2214 Fire Brick

📋 copy color: '#BB2214'

red 187 ◦ green 34 ◦ blue 20

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

Shades of Fire Brick #BB2214

Tints of Fire Brick #BB2214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.11%

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

R = 77.59%
G = 14.11%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB2214 (or 0xBB2214) is known color: Fire Brick. HEX triplet: BB, 22 and 14. RGB value is (187,34,20). Sum of RGB (Red+Green+Blue) = 187+34+20=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2214 is #44DDEB. Grayscale: #4E4E4E. Windows color (decimal): -4513260 or 1319611. OLE color: 1319611.

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

Color convert

RGB 187 34 20 -
CMYK 0 0.82 0.89 0.27
HSL 5.03º 0.81% 0.41% -
HSV(B) 5.03º 0.89% 0.73% -
XYZ 21.19 11.76 1.81 -
YUV 78.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 187 34 20 0 0.82 0.89 0.27 5.03 0.81 0.41
Hex BB 22 14 0 52 59 1B 5 51 29
Octal 273 42 24 0 122 131 33 5 121 51
Binary 10111011 100010 10100 0 1010010 1011001 11011 101 1010001 101001

Color Harmonies of #BB2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2214

Black with #BB2214

Text Example


Text Example

White with #BB2214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2214; }

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

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

background-color css

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

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

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

border-color css

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

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

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