Html Css Color HEX #B4150E Fire Brick

📋 copy color: '#B4150E'

red 180 ◦ green 21 ◦ blue 14

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

Shades of Fire Brick #B4150E

Tints of Fire Brick #B4150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

 BLUE value IS 14 (5.86% from 255) = 6.51%

R = 83.72%
G = 9.77%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4150E (or 0xB4150E) is known color: Fire Brick. HEX triplet: B4, 15 and 0E. RGB value is (180,21,14). Sum of RGB (Red+Green+Blue) = 180+21+14=215 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.72% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 180 - color contains mainly: red. Hex color #B4150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4150E is #4BEAF1. Grayscale: #434343. Windows color (decimal): -4975346 or 923060. OLE color: 923060.

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

Color convert

RGB 180 21 14 -
CMYK 0 0.88 0.92 0.29
HSL 2.53º 0.86% 0.38% -
HSV(B) 2.53º 0.92% 0.71% -
XYZ 19.17 10.27 1.39 -
YUV 67.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 180 21 14 0 0.88 0.92 0.29 2.53 0.86 0.38
Hex B4 15 E 0 58 5C 1D 3 56 26
Octal 264 25 16 0 130 134 35 3 126 46
Binary 10110100 10101 1110 0 1011000 1011100 11101 11 1010110 100110

Color Harmonies of #B4150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4150E

Black with #B4150E

Text Example


Text Example

White with #B4150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4150E; }

 p { color: rgb(180,21,14); }

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

background-color css

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

 a { background-color: rgb(180,21,14); }

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

border-color css

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

 span { border-color: rgb(180,21,14); }

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