Html Css Color HEX #B91C15 Fire Brick

📋 copy color: '#B91C15'

red 185 ◦ green 28 ◦ blue 21

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

Shades of Fire Brick #B91C15

Tints of Fire Brick #B91C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.97%

 BLUE value IS 21 (8.59% from 255) = 8.97%

R = 79.06%
G = 11.97%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B91C15 (or 0xB91C15) is known color: Fire Brick. HEX triplet: B9, 1C and 15. RGB value is (185,28,21). Sum of RGB (Red+Green+Blue) = 185+28+21=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91C15 is #46E3EA. Grayscale: #4A4A4A. Windows color (decimal): -4645867 or 1383609. OLE color: 1383609.

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

Color convert

RGB 185 28 21 -
CMYK 0 0.85 0.89 0.27
HSL 2.56º 0.8% 0.4% -
HSV(B) 2.56º 0.89% 0.73% -
XYZ 20.56 11.2 1.79 -
YUV 74.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 185 28 21 0 0.85 0.89 0.27 2.56 0.8 0.4
Hex B9 1C 15 0 55 59 1B 3 50 28
Octal 271 34 25 0 125 131 33 3 120 50
Binary 10111001 11100 10101 0 1010101 1011001 11011 11 1010000 101000

Color Harmonies of #B91C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91C15

Black with #B91C15

Text Example


Text Example

White with #B91C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91C15; }

 p { color: rgb(185,28,21); }

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

background-color css

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

 a { background-color: rgb(185,28,21); }

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

border-color css

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

 span { border-color: rgb(185,28,21); }

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