Html Css Color HEX #B2221C Fire Brick

📋 copy color: '#B2221C'

red 178 ◦ green 34 ◦ blue 28

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

Shades of Fire Brick #B2221C

Tints of Fire Brick #B2221C

RGB

 RED value IS 178 (69.92% from 255) = 74.17%

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

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

R = 74.17%
G = 14.17%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2221C (or 0xB2221C) is known color: Fire Brick. HEX triplet: B2, 22 and 1C. RGB value is (178,34,28). Sum of RGB (Red+Green+Blue) = 178+34+28=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2221C is #4DDDE3. Grayscale: #4C4C4C. Windows color (decimal): -5103076 or 1843890. OLE color: 1843890.

HSL color Cylindrical-coordinate representation of color #B2221C: hue angle of 2.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2221C is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 34 28 -
CMYK 0 0.81 0.84 0.30
HSL 2.4º 0.73% 0.4% -
HSV(B) 2.4º 0.84% 0.7% -
XYZ 19.14 10.69 2.15 -
YUV 76.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 178 34 28 0 0.81 0.84 0.30 2.4 0.73 0.4
Hex B2 22 1C 0 51 54 1E 2 49 28
Octal 262 42 34 0 121 124 36 2 111 50
Binary 10110010 100010 11100 0 1010001 1010100 11110 10 1001001 101000

Color Harmonies of #B2221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2221C

Black with #B2221C

Text Example


Text Example

White with #B2221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2221C; }

 p { color: rgb(178,34,28); }

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

background-color css

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

 a { background-color: rgb(178,34,28); }

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

border-color css

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

 span { border-color: rgb(178,34,28); }

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