Html Css Color HEX #B8221A Fire Brick

📋 copy color: '#B8221A'

red 184 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #B8221A

Tints of Fire Brick #B8221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.93%

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

R = 75.41%
G = 13.93%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8221A (or 0xB8221A) is known color: Fire Brick. HEX triplet: B8, 22 and 1A. RGB value is (184,34,26). Sum of RGB (Red+Green+Blue) = 184+34+26=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B8221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8221A is #47DDE5. Grayscale: #4E4E4E. Windows color (decimal): -4709862 or 1712824. OLE color: 1712824.

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

Color convert

RGB 184 34 26 -
CMYK 0 0.82 0.86 0.28
HSL 3.04º 0.75% 0.41% -
HSV(B) 3.04º 0.86% 0.72% -
XYZ 20.53 11.41 2.1 -
YUV 77.94 98.7 203.65 -
System Red Green Blue C M Y K H S L
Decimal 184 34 26 0 0.82 0.86 0.28 3.04 0.75 0.41
Hex B8 22 1A 0 52 56 1C 3 4B 29
Octal 270 42 32 0 122 126 34 3 113 51
Binary 10111000 100010 11010 0 1010010 1010110 11100 11 1001011 101001

Color Harmonies of #B8221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8221A

Black with #B8221A

Text Example


Text Example

White with #B8221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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