Html Css Color HEX #B91615 Fire Brick

📋 copy color: '#B91615'

red 185 ◦ green 22 ◦ blue 21

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

Shades of Fire Brick #B91615

Tints of Fire Brick #B91615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.65%

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

R = 81.14%
G = 9.65%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B91615 (or 0xB91615) is known color: Fire Brick. HEX triplet: B9, 16 and 15. RGB value is (185,22,21). Sum of RGB (Red+Green+Blue) = 185+22+21=228 (30% of max value = 765). Red value is 185 (72.66% from 255 or 81.14% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 185 - color contains mainly: red. Hex color #B91615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91615 is #46E9EA. Grayscale: #464646. Windows color (decimal): -4647403 or 1382073. OLE color: 1382073.

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

Color convert

RGB 185 22 21 -
CMYK 0 0.88 0.89 0.27
HSL 0.37º 0.8% 0.4% -
HSV(B) 0.37º 0.89% 0.73% -
XYZ 20.43 10.94 1.74 -
YUV 70.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 185 22 21 0 0.88 0.89 0.27 0.37 0.8 0.4
Hex B9 16 15 0 58 59 1B 0 50 28
Octal 271 26 25 0 130 131 33 0 120 50
Binary 10111001 10110 10101 0 1011000 1011001 11011 0 1010000 101000

Color Harmonies of #B91615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91615

Black with #B91615

Text Example


Text Example

White with #B91615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91615; }

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

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

background-color css

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

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

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

border-color css

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

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

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