Html Css Color HEX #B91B15 Fire Brick

📋 copy color: '#B91B15'

red 185 ◦ green 27 ◦ blue 21

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

Shades of Fire Brick #B91B15

Tints of Fire Brick #B91B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.59%

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

R = 79.4%
G = 11.59%
B = 9.01%

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

#B91B15 (or 0xB91B15) is known color: Fire Brick. HEX triplet: B9, 1B and 15. RGB value is (185,27,21). Sum of RGB (Red+Green+Blue) = 185+27+21=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91B15 is #46E4EA. Grayscale: #494949. Windows color (decimal): -4646123 or 1383353. OLE color: 1383353.

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

Color convert

RGB 185 27 21 -
CMYK 0 0.85 0.89 0.27
HSL 2.2º 0.8% 0.4% -
HSV(B) 2.2º 0.89% 0.73% -
XYZ 20.53 11.15 1.78 -
YUV 73.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 185 27 21 0 0.85 0.89 0.27 2.2 0.8 0.4
Hex B9 1B 15 0 55 59 1B 2 50 28
Octal 271 33 25 0 125 131 33 2 120 50
Binary 10111001 11011 10101 0 1010101 1011001 11011 10 1010000 101000

Color Harmonies of #B91B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91B15

Black with #B91B15

Text Example


Text Example

White with #B91B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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