Html Css Color HEX #B8241C Fire Brick

📋 copy color: '#B8241C'

red 184 ◦ green 36 ◦ blue 28

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

Shades of Fire Brick #B8241C

Tints of Fire Brick #B8241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.52%

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

R = 74.19%
G = 14.52%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8241C (or 0xB8241C) is known color: Fire Brick. HEX triplet: B8, 24 and 1C. RGB value is (184,36,28). Sum of RGB (Red+Green+Blue) = 184+36+28=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B8241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8241C is #47DBE3. Grayscale: #4F4F4F. Windows color (decimal): -4709348 or 1844408. OLE color: 1844408.

HSL color Cylindrical-coordinate representation of color #B8241C: hue angle of 3.08º 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 #B8241C is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 36 28 -
CMYK 0 0.80 0.85 0.28
HSL 3.08º 0.74% 0.42% -
HSV(B) 3.08º 0.85% 0.72% -
XYZ 20.61 11.54 2.24 -
YUV 79.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 184 36 28 0 0.80 0.85 0.28 3.08 0.74 0.42
Hex B8 24 1C 0 50 55 1C 3 4A 2A
Octal 270 44 34 0 120 125 34 3 112 52
Binary 10111000 100100 11100 0 1010000 1010101 11100 11 1001010 101010

Color Harmonies of #B8241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8241C

Black with #B8241C

Text Example


Text Example

White with #B8241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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