Html Css Color HEX #B5160B Fire Brick

📋 copy color: '#B5160B'

red 181 ◦ green 22 ◦ blue 11

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

Shades of Fire Brick #B5160B

Tints of Fire Brick #B5160B

RGB

 RED value IS 181 (71.09% from 255) = 84.58%

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

 BLUE value IS 11 (4.69% from 255) = 5.14%

R = 84.58%
G = 10.28%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5160B (or 0xB5160B) is known color: Fire Brick. HEX triplet: B5, 16 and 0B. RGB value is (181,22,11). Sum of RGB (Red+Green+Blue) = 181+22+11=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B5160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5160B is #4AE9F4. Grayscale: #444444. Windows color (decimal): -4909557 or 726709. OLE color: 726709.

HSL color Cylindrical-coordinate representation of color #B5160B: hue angle of 3.88º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5160B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 22 11 -
CMYK 0 0.88 0.94 0.29
HSL 3.88º 0.89% 0.38% -
HSV(B) 3.88º 0.94% 0.71% -
XYZ 19.4 10.42 1.31 -
YUV 68.29 95.68 208.39 -
System Red Green Blue C M Y K H S L
Decimal 181 22 11 0 0.88 0.94 0.29 3.88 0.89 0.38
Hex B5 16 B 0 58 5E 1D 4 59 26
Octal 265 26 13 0 130 136 35 4 131 46
Binary 10110101 10110 1011 0 1011000 1011110 11101 100 1011001 100110

Color Harmonies of #B5160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5160B

Black with #B5160B

Text Example


Text Example

White with #B5160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5160B; }

 p { color: rgb(181,22,11); }

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

background-color css

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

 a { background-color: rgb(181,22,11); }

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

border-color css

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

 span { border-color: rgb(181,22,11); }

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