Html Css Color HEX #B91915 Fire Brick

📋 copy color: '#B91915'

red 185 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #B91915

Tints of Fire Brick #B91915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

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

R = 80.09%
G = 10.82%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B91915 (or 0xB91915) is known color: Fire Brick. HEX triplet: B9, 19 and 15. RGB value is (185,25,21). Sum of RGB (Red+Green+Blue) = 185+25+21=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B91915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91915 is #46E6EA. Grayscale: #484848. Windows color (decimal): -4646635 or 1382841. OLE color: 1382841.

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

Color convert

RGB 185 25 21 -
CMYK 0 0.86 0.89 0.27
HSL 1.46º 0.8% 0.4% -
HSV(B) 1.46º 0.89% 0.73% -
XYZ 20.49 11.06 1.76 -
YUV 72.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 185 25 21 0 0.86 0.89 0.27 1.46 0.8 0.4
Hex B9 19 15 0 56 59 1B 1 50 28
Octal 271 31 25 0 126 131 33 1 120 50
Binary 10111001 11001 10101 0 1010110 1011001 11011 1 1010000 101000

Color Harmonies of #B91915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91915

Black with #B91915

Text Example


Text Example

White with #B91915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91915; }

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

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

background-color css

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

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

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

border-color css

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

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

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