Html Css Color HEX #B4160B Fire Brick

📋 copy color: '#B4160B'

red 180 ◦ green 22 ◦ blue 11

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

Shades of Fire Brick #B4160B

Tints of Fire Brick #B4160B

RGB

 RED value IS 180 (70.7% from 255) = 84.51%

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

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

R = 84.51%
G = 10.33%
B = 5.16%

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

#B4160B (or 0xB4160B) is known color: Fire Brick. HEX triplet: B4, 16 and 0B. RGB value is (180,22,11). Sum of RGB (Red+Green+Blue) = 180+22+11=213 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.51% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 180 - color contains mainly: red. Hex color #B4160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4160B is #4BE9F4. Grayscale: #444444. Windows color (decimal): -4975093 or 726708. OLE color: 726708.

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

Color convert

RGB 180 22 11 -
CMYK 0 0.88 0.94 0.29
HSL 3.91º 0.88% 0.37% -
HSV(B) 3.91º 0.94% 0.71% -
XYZ 19.17 10.3 1.29 -
YUV 67.99 95.85 207.89 -
System Red Green Blue C M Y K H S L
Decimal 180 22 11 0 0.88 0.94 0.29 3.91 0.88 0.37
Hex B4 16 B 0 58 5E 1D 4 58 25
Octal 264 26 13 0 130 136 35 4 130 45
Binary 10110100 10110 1011 0 1011000 1011110 11101 100 1011000 100101

Color Harmonies of #B4160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4160B

Black with #B4160B

Text Example


Text Example

White with #B4160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4160B; }

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

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

background-color css

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

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

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

border-color css

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

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

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