Html Css Color HEX #B91513 Fire Brick

📋 copy color: '#B91513'

red 185 ◦ green 21 ◦ blue 19

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

Shades of Fire Brick #B91513

Tints of Fire Brick #B91513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

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

R = 82.22%
G = 9.33%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B91513 (or 0xB91513) is known color: Fire Brick. HEX triplet: B9, 15 and 13. RGB value is (185,21,19). Sum of RGB (Red+Green+Blue) = 185+21+19=225 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.22% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 185 - color contains mainly: red. Hex color #B91513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91513 is #46EAEC. Grayscale: #454545. Windows color (decimal): -4647661 or 1250745. OLE color: 1250745.

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

Color convert

RGB 185 21 19 -
CMYK 0 0.89 0.90 0.27
HSL 0.72º 0.81% 0.4% -
HSV(B) 0.72º 0.9% 0.73% -
XYZ 20.39 10.9 1.64 -
YUV 69.81 99.33 210.16 -
System Red Green Blue C M Y K H S L
Decimal 185 21 19 0 0.89 0.90 0.27 0.72 0.81 0.4
Hex B9 15 13 0 59 5A 1B 1 51 28
Octal 271 25 23 0 131 132 33 1 121 50
Binary 10111001 10101 10011 0 1011001 1011010 11011 1 1010001 101000

Color Harmonies of #B91513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91513

Black with #B91513

Text Example


Text Example

White with #B91513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91513; }

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

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

background-color css

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

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

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

border-color css

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

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

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