Html Css Color HEX #B8231A Fire Brick

📋 copy color: '#B8231A'

red 184 ◦ green 35 ◦ blue 26

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

Shades of Fire Brick #B8231A

Tints of Fire Brick #B8231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 75.1%
G = 14.29%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8231A (or 0xB8231A) is known color: Fire Brick. HEX triplet: B8, 23 and 1A. RGB value is (184,35,26). Sum of RGB (Red+Green+Blue) = 184+35+26=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B8231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8231A is #47DCE5. Grayscale: #4E4E4E. Windows color (decimal): -4709606 or 1713080. OLE color: 1713080.

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

Color convert

RGB 184 35 26 -
CMYK 0 0.81 0.86 0.28
HSL 3.42º 0.75% 0.41% -
HSV(B) 3.42º 0.86% 0.72% -
XYZ 20.55 11.47 2.11 -
YUV 78.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 184 35 26 0 0.81 0.86 0.28 3.42 0.75 0.41
Hex B8 23 1A 0 51 56 1C 3 4B 29
Octal 270 43 32 0 121 126 34 3 113 51
Binary 10111000 100011 11010 0 1010001 1010110 11100 11 1001011 101001

Color Harmonies of #B8231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8231A

Black with #B8231A

Text Example


Text Example

White with #B8231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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