Html Css Color HEX #B8312B Fire Brick

📋 copy color: '#B8312B'

red 184 ◦ green 49 ◦ blue 43

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

Shades of Fire Brick #B8312B

Tints of Fire Brick #B8312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 66.67%
G = 17.75%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8312B (or 0xB8312B) is known color: Fire Brick. HEX triplet: B8, 31 and 2B. RGB value is (184,49,43). Sum of RGB (Red+Green+Blue) = 184+49+43=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8312B is #47CED4. Grayscale: #585858. Windows color (decimal): -4706005 or 2830776. OLE color: 2830776.

HSL color Cylindrical-coordinate representation of color #B8312B: hue angle of 2.55º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8312B is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 49 43 -
CMYK 0 0.73 0.77 0.28
HSL 2.55º 0.62% 0.45% -
HSV(B) 2.55º 0.77% 0.72% -
XYZ 21.3 12.56 3.59 -
YUV 88.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 184 49 43 0 0.73 0.77 0.28 2.55 0.62 0.45
Hex B8 31 2B 0 49 4D 1C 3 3E 2D
Octal 270 61 53 0 111 115 34 3 76 55
Binary 10111000 110001 101011 0 1001001 1001101 11100 11 111110 101101

Color Harmonies of #B8312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8312B

Black with #B8312B

Text Example


Text Example

White with #B8312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8312B; }

 p { color: rgb(184,49,43); }

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

background-color css

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

 a { background-color: rgb(184,49,43); }

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

border-color css

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

 span { border-color: rgb(184,49,43); }

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