Html Css Color HEX #B91713 Fire Brick

📋 copy color: '#B91713'

red 185 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #B91713

Tints of Fire Brick #B91713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.13%

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 81.5%
G = 10.13%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B91713 (or 0xB91713) is known color: Fire Brick. HEX triplet: B9, 17 and 13. RGB value is (185,23,19). Sum of RGB (Red+Green+Blue) = 185+23+19=227 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.50% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 185 - color contains mainly: red. Hex color #B91713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91713 is #46E8EC. Grayscale: #474747. Windows color (decimal): -4647149 or 1251257. OLE color: 1251257.

HSL color Cylindrical-coordinate representation of color #B91713: hue angle of 1.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91713 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 23 19 -
CMYK 0 0.88 0.90 0.27
HSL 1.45º 0.81% 0.4% -
HSV(B) 1.45º 0.9% 0.73% -
XYZ 20.43 10.97 1.66 -
YUV 70.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 185 23 19 0 0.88 0.90 0.27 1.45 0.81 0.4
Hex B9 17 13 0 58 5A 1B 1 51 28
Octal 271 27 23 0 130 132 33 1 121 50
Binary 10111001 10111 10011 0 1011000 1011010 11011 1 1010001 101000

Color Harmonies of #B91713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91713

Black with #B91713

Text Example


Text Example

White with #B91713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91713; }

 p { color: rgb(185,23,19); }

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

background-color css

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

 a { background-color: rgb(185,23,19); }

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

border-color css

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

 span { border-color: rgb(185,23,19); }

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