Html Css Color HEX #B0140B Fire Brick

📋 copy color: '#B0140B'

red 176 ◦ green 20 ◦ blue 11

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

Shades of Fire Brick #B0140B

Tints of Fire Brick #B0140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.66%

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

R = 85.02%
G = 9.66%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0140B (or 0xB0140B) is known color: Fire Brick. HEX triplet: B0, 14 and 0B. RGB value is (176,20,11). Sum of RGB (Red+Green+Blue) = 176+20+11=207 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.02% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 176 - color contains mainly: red. Hex color #B0140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0140B is #4FEBF4. Grayscale: #414141. Windows color (decimal): -5237749 or 726192. OLE color: 726192.

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

Color convert

RGB 176 20 11 -
CMYK 0 0.89 0.94 0.31
HSL 3.27º 0.88% 0.37% -
HSV(B) 3.27º 0.94% 0.69% -
XYZ 18.22 9.75 1.24 -
YUV 65.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 176 20 11 0 0.89 0.94 0.31 3.27 0.88 0.37
Hex B0 14 B 0 59 5E 1F 3 58 25
Octal 260 24 13 0 131 136 37 3 130 45
Binary 10110000 10100 1011 0 1011001 1011110 11111 11 1011000 100101

Color Harmonies of #B0140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0140B

Black with #B0140B

Text Example


Text Example

White with #B0140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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