Html Css Color HEX #B4130F Fire Brick

📋 copy color: '#B4130F'

red 180 ◦ green 19 ◦ blue 15

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

Shades of Fire Brick #B4130F

Tints of Fire Brick #B4130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 84.11%
G = 8.88%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4130F (or 0xB4130F) is known color: Fire Brick. HEX triplet: B4, 13 and 0F. RGB value is (180,19,15). Sum of RGB (Red+Green+Blue) = 180+19+15=214 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.11% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 180 - color contains mainly: red. Hex color #B4130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4130F is #4BECF0. Grayscale: #424242. Windows color (decimal): -4975857 or 988084. OLE color: 988084.

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

Color convert

RGB 180 19 15 -
CMYK 0 0.89 0.92 0.29
HSL 1.45º 0.85% 0.38% -
HSV(B) 1.45º 0.92% 0.71% -
XYZ 19.14 10.2 1.41 -
YUV 66.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 180 19 15 0 0.89 0.92 0.29 1.45 0.85 0.38
Hex B4 13 F 0 59 5C 1D 1 55 26
Octal 264 23 17 0 131 134 35 1 125 46
Binary 10110100 10011 1111 0 1011001 1011100 11101 1 1010101 100110

Color Harmonies of #B4130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4130F

Black with #B4130F

Text Example


Text Example

White with #B4130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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