Html Css Color HEX #B8180C Fire Brick

📋 copy color: '#B8180C'

red 184 ◦ green 24 ◦ blue 12

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

Shades of Fire Brick #B8180C

Tints of Fire Brick #B8180C

RGB

 RED value IS 184 (72.27% from 255) = 83.64%

 GREEN value IS 24 (9.77% from 255) = 10.91%

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 83.64%
G = 10.91%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8180C (or 0xB8180C) is known color: Fire Brick. HEX triplet: B8, 18 and 0C. RGB value is (184,24,12). Sum of RGB (Red+Green+Blue) = 184+24+12=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B8180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8180C is #47E7F3. Grayscale: #464646. Windows color (decimal): -4712436 or 792760. OLE color: 792760.

HSL color Cylindrical-coordinate representation of color #B8180C: hue angle of 4.19º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8180C is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 24 12 -
CMYK 0 0.87 0.93 0.28
HSL 4.19º 0.88% 0.38% -
HSV(B) 4.19º 0.93% 0.72% -
XYZ 20.16 10.87 1.38 -
YUV 70.47 95.01 208.98 -
System Red Green Blue C M Y K H S L
Decimal 184 24 12 0 0.87 0.93 0.28 4.19 0.88 0.38
Hex B8 18 C 0 57 5D 1C 4 58 26
Octal 270 30 14 0 127 135 34 4 130 46
Binary 10111000 11000 1100 0 1010111 1011101 11100 100 1011000 100110

Color Harmonies of #B8180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8180C

Black with #B8180C

Text Example


Text Example

White with #B8180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8180C; }

 p { color: rgb(184,24,12); }

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

background-color css

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

 a { background-color: rgb(184,24,12); }

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

border-color css

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

 span { border-color: rgb(184,24,12); }

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