Html Css Color HEX #B9190C Fire Brick

📋 copy color: '#B9190C'

red 185 ◦ green 25 ◦ blue 12

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

Shades of Fire Brick #B9190C

Tints of Fire Brick #B9190C

RGB

 RED value IS 185 (72.66% from 255) = 83.33%

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

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 83.33%
G = 11.26%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9190C (or 0xB9190C) is known color: Fire Brick. HEX triplet: B9, 19 and 0C. RGB value is (185,25,12). Sum of RGB (Red+Green+Blue) = 185+25+12=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B9190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9190C is #46E6F3. Grayscale: #474747. Windows color (decimal): -4646644 or 793017. OLE color: 793017.

HSL color Cylindrical-coordinate representation of color #B9190C: hue angle of 4.51º degrees, saturation: 0.88, 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 #B9190C is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 25 12 -
CMYK 0 0.86 0.94 0.27
HSL 4.51º 0.88% 0.39% -
HSV(B) 4.51º 0.94% 0.73% -
XYZ 20.42 11.04 1.4 -
YUV 71.36 94.51 209.06 -
System Red Green Blue C M Y K H S L
Decimal 185 25 12 0 0.86 0.94 0.27 4.51 0.88 0.39
Hex B9 19 C 0 56 5E 1B 5 58 27
Octal 271 31 14 0 126 136 33 5 130 47
Binary 10111001 11001 1100 0 1010110 1011110 11011 101 1011000 100111

Color Harmonies of #B9190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9190C

Black with #B9190C

Text Example


Text Example

White with #B9190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9190C; }

 p { color: rgb(185,25,12); }

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

background-color css

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

 a { background-color: rgb(185,25,12); }

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

border-color css

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

 span { border-color: rgb(185,25,12); }

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