Html Css Color HEX #B0160B Fire Brick

📋 copy color: '#B0160B'

red 176 ◦ green 22 ◦ blue 11

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

Shades of Fire Brick #B0160B

Tints of Fire Brick #B0160B

RGB

 RED value IS 176 (69.14% from 255) = 84.21%

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

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

R = 84.21%
G = 10.53%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0160B (or 0xB0160B) is known color: Fire Brick. HEX triplet: B0, 16 and 0B. RGB value is (176,22,11). Sum of RGB (Red+Green+Blue) = 176+22+11=209 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.21% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 176 - color contains mainly: red. Hex color #B0160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0160B is #4FE9F4. Grayscale: #424242. Windows color (decimal): -5237237 or 726704. OLE color: 726704.

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

Color convert

RGB 176 22 11 -
CMYK 0 0.88 0.94 0.31
HSL 0.88% 0.37% -
HSV(B) 0.94% 0.69% -
XYZ 18.25 9.83 1.25 -
YUV 66.79 96.52 205.89 -
System Red Green Blue C M Y K H S L
Decimal 176 22 11 0 0.88 0.94 0.31 4 0.88 0.37
Hex B0 16 B 0 58 5E 1F 4 58 25
Octal 260 26 13 0 130 136 37 4 130 45
Binary 10110000 10110 1011 0 1011000 1011110 11111 100 1011000 100101

Color Harmonies of #B0160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0160B

Black with #B0160B

Text Example


Text Example

White with #B0160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0160B; }

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

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

background-color css

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

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

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

border-color css

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

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

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