Html Css Color HEX #B2110F Fire Brick

📋 copy color: '#B2110F'

red 178 ◦ green 17 ◦ blue 15

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

Shades of Fire Brick #B2110F

Tints of Fire Brick #B2110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.1%

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

R = 84.76%
G = 8.1%
B = 7.14%

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

#B2110F (or 0xB2110F) is known color: Fire Brick. HEX triplet: B2, 11 and 0F. RGB value is (178,17,15). Sum of RGB (Red+Green+Blue) = 178+17+15=210 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.76% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 178 - color contains mainly: red. Hex color #B2110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2110F is #4DEEF0. Grayscale: #414141. Windows color (decimal): -5107441 or 987570. OLE color: 987570.

HSL color Cylindrical-coordinate representation of color #B2110F: hue angle of 0.74º 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 #B2110F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 15 -
CMYK 0 0.90 0.92 0.30
HSL 0.74º 0.84% 0.38% -
HSV(B) 0.74º 0.92% 0.7% -
XYZ 18.65 9.9 1.38 -
YUV 64.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 178 17 15 0 0.90 0.92 0.30 0.74 0.84 0.38
Hex B2 11 F 0 5A 5C 1E 1 54 26
Octal 262 21 17 0 132 134 36 1 124 46
Binary 10110010 10001 1111 0 1011010 1011100 11110 1 1010100 100110

Color Harmonies of #B2110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2110F

Black with #B2110F

Text Example


Text Example

White with #B2110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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