Html Css Color HEX #BB2319 Fire Brick

📋 copy color: '#BB2319'

red 187 ◦ green 35 ◦ blue 25

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

Shades of Fire Brick #BB2319

Tints of Fire Brick #BB2319

RGB

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

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

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

R = 75.71%
G = 14.17%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB2319 (or 0xBB2319) is known color: Fire Brick. HEX triplet: BB, 23 and 19. RGB value is (187,35,25). Sum of RGB (Red+Green+Blue) = 187+35+25=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2319 is #44DCE6. Grayscale: #4F4F4F. Windows color (decimal): -4512999 or 1647547. OLE color: 1647547.

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

Color convert

RGB 187 35 25 -
CMYK 0 0.81 0.87 0.27
HSL 3.7º 0.76% 0.42% -
HSV(B) 3.7º 0.87% 0.73% -
XYZ 21.27 11.84 2.08 -
YUV 79.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 187 35 25 0 0.81 0.87 0.27 3.7 0.76 0.42
Hex BB 23 19 0 51 57 1B 4 4C 2A
Octal 273 43 31 0 121 127 33 4 114 52
Binary 10111011 100011 11001 0 1010001 1010111 11011 100 1001100 101010

Color Harmonies of #BB2319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2319

Black with #BB2319

Text Example


Text Example

White with #BB2319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2319; }

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

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

background-color css

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

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

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

border-color css

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

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

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