Html Css Color HEX #BB190B Fire Brick

📋 copy color: '#BB190B'

red 187 ◦ green 25 ◦ blue 11

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

Shades of Fire Brick #BB190B

Tints of Fire Brick #BB190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

 BLUE value IS 11 (4.69% from 255) = 4.93%

R = 83.86%
G = 11.21%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB190B (or 0xBB190B) is known color: Fire Brick. HEX triplet: BB, 19 and 0B. RGB value is (187,25,11). Sum of RGB (Red+Green+Blue) = 187+25+11=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB190B is #44E6F4. Grayscale: #484848. Windows color (decimal): -4515573 or 727483. OLE color: 727483.

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

Color convert

RGB 187 25 11 -
CMYK 0 0.87 0.94 0.27
HSL 4.77º 0.89% 0.39% -
HSV(B) 4.77º 0.94% 0.73% -
XYZ 20.9 11.28 1.39 -
YUV 71.84 93.67 210.14 -
System Red Green Blue C M Y K H S L
Decimal 187 25 11 0 0.87 0.94 0.27 4.77 0.89 0.39
Hex BB 19 B 0 57 5E 1B 5 59 27
Octal 273 31 13 0 127 136 33 5 131 47
Binary 10111011 11001 1011 0 1010111 1011110 11011 101 1011001 100111

Color Harmonies of #BB190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB190B

Black with #BB190B

Text Example


Text Example

White with #BB190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB190B; }

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

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

background-color css

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

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

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

border-color css

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

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

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