Html Css Color HEX #B8231C Fire Brick

📋 copy color: '#B8231C'

red 184 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #B8231C

Tints of Fire Brick #B8231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

 BLUE value IS 28 (11.33% from 255) = 11.34%

R = 74.49%
G = 14.17%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8231C (or 0xB8231C) is known color: Fire Brick. HEX triplet: B8, 23 and 1C. RGB value is (184,35,28). Sum of RGB (Red+Green+Blue) = 184+35+28=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B8231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8231C is #47DCE3. Grayscale: #4E4E4E. Windows color (decimal): -4709604 or 1844152. OLE color: 1844152.

HSL color Cylindrical-coordinate representation of color #B8231C: hue angle of 2.69º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8231C is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 35 28 -
CMYK 0 0.81 0.85 0.28
HSL 2.69º 0.74% 0.42% -
HSV(B) 2.69º 0.85% 0.72% -
XYZ 20.58 11.48 2.23 -
YUV 78.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 184 35 28 0 0.81 0.85 0.28 2.69 0.74 0.42
Hex B8 23 1C 0 51 55 1C 3 4A 2A
Octal 270 43 34 0 121 125 34 3 112 52
Binary 10111000 100011 11100 0 1010001 1010101 11100 11 1001010 101010

Color Harmonies of #B8231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8231C

Black with #B8231C

Text Example


Text Example

White with #B8231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8231C; }

 p { color: rgb(184,35,28); }

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

background-color css

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

 a { background-color: rgb(184,35,28); }

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

border-color css

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

 span { border-color: rgb(184,35,28); }

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