Html Css Color HEX #B91716 Fire Brick

📋 copy color: '#B91716'

red 185 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #B91716

Tints of Fire Brick #B91716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.57%

R = 80.43%
G = 10%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B91716 (or 0xB91716) is known color: Fire Brick. HEX triplet: B9, 17 and 16. RGB value is (185,23,22). Sum of RGB (Red+Green+Blue) = 185+23+22=230 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.43% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 185 - color contains mainly: red. Hex color #B91716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91716 is #46E8E9. Grayscale: #474747. Windows color (decimal): -4647146 or 1447865. OLE color: 1447865.

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

Color convert

RGB 185 23 22 -
CMYK 0 0.88 0.88 0.27
HSL 0.37º 0.79% 0.41% -
HSV(B) 0.37º 0.88% 0.73% -
XYZ 20.46 10.99 1.8 -
YUV 71.32 100.17 209.08 -
System Red Green Blue C M Y K H S L
Decimal 185 23 22 0 0.88 0.88 0.27 0.37 0.79 0.41
Hex B9 17 16 0 58 58 1B 0 4F 29
Octal 271 27 26 0 130 130 33 0 117 51
Binary 10111001 10111 10110 0 1011000 1011000 11011 0 1001111 101001

Color Harmonies of #B91716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91716

Black with #B91716

Text Example


Text Example

White with #B91716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91716; }

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

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

background-color css

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

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

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

border-color css

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

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

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