Html Css Color HEX #B9291B Fire Brick

📋 copy color: '#B9291B'

red 185 ◦ green 41 ◦ blue 27

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

Shades of Fire Brick #B9291B

Tints of Fire Brick #B9291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 73.12%
G = 16.21%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9291B (or 0xB9291B) is known color: Fire Brick. HEX triplet: B9, 29 and 1B. RGB value is (185,41,27). Sum of RGB (Red+Green+Blue) = 185+41+27=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B9291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9291B is #46D6E4. Grayscale: #525252. Windows color (decimal): -4642533 or 1780153. OLE color: 1780153.

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

Color convert

RGB 185 41 27 -
CMYK 0 0.78 0.85 0.27
HSL 5.32º 0.75% 0.42% -
HSV(B) 5.32º 0.85% 0.73% -
XYZ 21 11.98 2.24 -
YUV 82.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 185 41 27 0 0.78 0.85 0.27 5.32 0.75 0.42
Hex B9 29 1B 0 4E 55 1B 5 4B 2A
Octal 271 51 33 0 116 125 33 5 113 52
Binary 10111001 101001 11011 0 1001110 1010101 11011 101 1001011 101010

Color Harmonies of #B9291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9291B

Black with #B9291B

Text Example


Text Example

White with #B9291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9291B; }

 p { color: rgb(185,41,27); }

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

background-color css

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

 a { background-color: rgb(185,41,27); }

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

border-color css

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

 span { border-color: rgb(185,41,27); }

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