Html Css Color HEX #B0140E Fire Brick

📋 copy color: '#B0140E'

red 176 ◦ green 20 ◦ blue 14

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

Shades of Fire Brick #B0140E

Tints of Fire Brick #B0140E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.67%

R = 83.81%
G = 9.52%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0140E (or 0xB0140E) is known color: Fire Brick. HEX triplet: B0, 14 and 0E. RGB value is (176,20,14). Sum of RGB (Red+Green+Blue) = 176+20+14=210 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.81% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 176 - color contains mainly: red. Hex color #B0140E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0140E is #4FEBF1. Grayscale: #424242. Windows color (decimal): -5237746 or 922800. OLE color: 922800.

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

Color convert

RGB 176 20 14 -
CMYK 0 0.89 0.92 0.31
HSL 2.22º 0.85% 0.37% -
HSV(B) 2.22º 0.92% 0.69% -
XYZ 18.23 9.76 1.34 -
YUV 65.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 176 20 14 0 0.89 0.92 0.31 2.22 0.85 0.37
Hex B0 14 E 0 59 5C 1F 2 55 25
Octal 260 24 16 0 131 134 37 2 125 45
Binary 10110000 10100 1110 0 1011001 1011100 11111 10 1010101 100101

Color Harmonies of #B0140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0140E

Black with #B0140E

Text Example


Text Example

White with #B0140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0140E; }

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

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

background-color css

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

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

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

border-color css

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

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

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