Html Css Color HEX #BB2819 Fire Brick

📋 copy color: '#BB2819'

red 187 ◦ green 40 ◦ blue 25

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

Shades of Fire Brick #BB2819

Tints of Fire Brick #BB2819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

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

R = 74.21%
G = 15.87%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB2819 (or 0xBB2819) is known color: Fire Brick. HEX triplet: BB, 28 and 19. RGB value is (187,40,25). Sum of RGB (Red+Green+Blue) = 187+40+25=252 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.21% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2819 is #44D7E6. Grayscale: #525252. Windows color (decimal): -4511719 or 1648827. OLE color: 1648827.

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

Color convert

RGB 187 40 25 -
CMYK 0 0.79 0.87 0.27
HSL 5.56º 0.76% 0.42% -
HSV(B) 5.56º 0.87% 0.73% -
XYZ 21.43 12.15 2.14 -
YUV 82.24 95.7 202.72 -
System Red Green Blue C M Y K H S L
Decimal 187 40 25 0 0.79 0.87 0.27 5.56 0.76 0.42
Hex BB 28 19 0 4F 57 1B 6 4C 2A
Octal 273 50 31 0 117 127 33 6 114 52
Binary 10111011 101000 11001 0 1001111 1010111 11011 110 1001100 101010

Color Harmonies of #BB2819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2819

Black with #BB2819

Text Example


Text Example

White with #BB2819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2819; }

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

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

background-color css

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

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

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

border-color css

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

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

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