Html Css Color HEX #B2120F Fire Brick

📋 copy color: '#B2120F'

red 178 ◦ green 18 ◦ blue 15

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

Shades of Fire Brick #B2120F

Tints of Fire Brick #B2120F

RGB

 RED value IS 178 (69.92% from 255) = 84.36%

 GREEN value IS 18 (7.42% from 255) = 8.53%

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

R = 84.36%
G = 8.53%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2120F (or 0xB2120F) is known color: Fire Brick. HEX triplet: B2, 12 and 0F. RGB value is (178,18,15). Sum of RGB (Red+Green+Blue) = 178+18+15=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B2120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2120F is #4DEDF0. Grayscale: #414141. Windows color (decimal): -5107185 or 987826. OLE color: 987826.

HSL color Cylindrical-coordinate representation of color #B2120F: hue angle of 1.1º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2120F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 15 -
CMYK 0 0.90 0.92 0.30
HSL 1.1º 0.84% 0.38% -
HSV(B) 1.1º 0.92% 0.7% -
XYZ 18.66 9.93 1.39 -
YUV 65.5 99.51 208.24 -
System Red Green Blue C M Y K H S L
Decimal 178 18 15 0 0.90 0.92 0.30 1.1 0.84 0.38
Hex B2 12 F 0 5A 5C 1E 1 54 26
Octal 262 22 17 0 132 134 36 1 124 46
Binary 10110010 10010 1111 0 1011010 1011100 11110 1 1010100 100110

Color Harmonies of #B2120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2120F

Black with #B2120F

Text Example


Text Example

White with #B2120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2120F; }

 p { color: rgb(178,18,15); }

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

background-color css

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

 a { background-color: rgb(178,18,15); }

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

border-color css

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

 span { border-color: rgb(178,18,15); }

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