Html Css Color HEX #B4110F Fire Brick

📋 copy color: '#B4110F'

red 180 ◦ green 17 ◦ blue 15

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

Shades of Fire Brick #B4110F

Tints of Fire Brick #B4110F

RGB

 RED value IS 180 (70.7% from 255) = 84.91%

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

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

R = 84.91%
G = 8.02%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4110F (or 0xB4110F) is known color: Fire Brick. HEX triplet: B4, 11 and 0F. RGB value is (180,17,15). Sum of RGB (Red+Green+Blue) = 180+17+15=212 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.91% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 180 - color contains mainly: red. Hex color #B4110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4110F is #4BEEF0. Grayscale: #414141. Windows color (decimal): -4976369 or 987572. OLE color: 987572.

HSL color Cylindrical-coordinate representation of color #B4110F: hue angle of 0.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4110F is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 15 -
CMYK 0 0.91 0.92 0.29
HSL 0.73º 0.85% 0.38% -
HSV(B) 0.73º 0.92% 0.71% -
XYZ 19.11 10.14 1.4 -
YUV 65.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 180 17 15 0 0.91 0.92 0.29 0.73 0.85 0.38
Hex B4 11 F 0 5B 5C 1D 1 55 26
Octal 264 21 17 0 133 134 35 1 125 46
Binary 10110100 10001 1111 0 1011011 1011100 11101 1 1010101 100110

Color Harmonies of #B4110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4110F

Black with #B4110F

Text Example


Text Example

White with #B4110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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