Html Css Color HEX #BB2219 Fire Brick

📋 copy color: '#BB2219'

red 187 ◦ green 34 ◦ blue 25

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

Shades of Fire Brick #BB2219

Tints of Fire Brick #BB2219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 76.02%
G = 13.82%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB2219 (or 0xBB2219) is known color: Fire Brick. HEX triplet: BB, 22 and 19. RGB value is (187,34,25). Sum of RGB (Red+Green+Blue) = 187+34+25=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2219 is #44DDE6. Grayscale: #4E4E4E. Windows color (decimal): -4513255 or 1647291. OLE color: 1647291.

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

Color convert

RGB 187 34 25 -
CMYK 0 0.82 0.87 0.27
HSL 3.33º 0.76% 0.42% -
HSV(B) 3.33º 0.87% 0.73% -
XYZ 21.24 11.78 2.07 -
YUV 78.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 187 34 25 0 0.82 0.87 0.27 3.33 0.76 0.42
Hex BB 22 19 0 52 57 1B 3 4C 2A
Octal 273 42 31 0 122 127 33 3 114 52
Binary 10111011 100010 11001 0 1010010 1010111 11011 11 1001100 101010

Color Harmonies of #BB2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2219

Black with #BB2219

Text Example


Text Example

White with #BB2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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