Html Css Color HEX #B3110F Fire Brick

📋 copy color: '#B3110F'

red 179 ◦ green 17 ◦ blue 15

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

Shades of Fire Brick #B3110F

Tints of Fire Brick #B3110F

RGB

 RED value IS 179 (70.31% from 255) = 84.83%

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

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

R = 84.83%
G = 8.06%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3110F (or 0xB3110F) is known color: Fire Brick. HEX triplet: B3, 11 and 0F. RGB value is (179,17,15). Sum of RGB (Red+Green+Blue) = 179+17+15=211 (27% of max value = 765). Red value is 179 (70.31% from 255 or 84.83% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 179 - color contains mainly: red. Hex color #B3110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B3110F is #4CEEF0. Grayscale: #414141. Windows color (decimal): -5041905 or 987571. OLE color: 987571.

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

Color convert

RGB 179 17 15 -
CMYK 0 0.91 0.92 0.30
HSL 0.73º 0.85% 0.38% -
HSV(B) 0.73º 0.92% 0.7% -
XYZ 18.88 10.02 1.39 -
YUV 65.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 179 17 15 0 0.91 0.92 0.30 0.73 0.85 0.38
Hex B3 11 F 0 5B 5C 1E 1 55 26
Octal 263 21 17 0 133 134 36 1 125 46
Binary 10110011 10001 1111 0 1011011 1011100 11110 1 1010101 100110

Color Harmonies of #B3110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3110F

Black with #B3110F

Text Example


Text Example

White with #B3110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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