Html Css Color HEX #B0140F Fire Brick

📋 copy color: '#B0140F'

red 176 ◦ green 20 ◦ blue 15

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

Shades of Fire Brick #B0140F

Tints of Fire Brick #B0140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 83.41%
G = 9.48%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0140F (or 0xB0140F) is known color: Fire Brick. HEX triplet: B0, 14 and 0F. RGB value is (176,20,15). Sum of RGB (Red+Green+Blue) = 176+20+15=211 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.41% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 176 - color contains mainly: red. Hex color #B0140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0140F is #4FEBF0. Grayscale: #424242. Windows color (decimal): -5237745 or 988336. OLE color: 988336.

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

Color convert

RGB 176 20 15 -
CMYK 0 0.89 0.91 0.31
HSL 1.86º 0.84% 0.37% -
HSV(B) 1.86º 0.91% 0.69% -
XYZ 18.24 9.76 1.38 -
YUV 66.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 176 20 15 0 0.89 0.91 0.31 1.86 0.84 0.37
Hex B0 14 F 0 59 5B 1F 2 54 25
Octal 260 24 17 0 131 133 37 2 124 45
Binary 10110000 10100 1111 0 1011001 1011011 11111 10 1010100 100101

Color Harmonies of #B0140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0140F

Black with #B0140F

Text Example


Text Example

White with #B0140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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