Html Css Color HEX #B2321C Fire Brick

📋 copy color: '#B2321C'

red 178 ◦ green 50 ◦ blue 28

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

Shades of Fire Brick #B2321C

Tints of Fire Brick #B2321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

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

R = 69.53%
G = 19.53%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2321C (or 0xB2321C) is known color: Fire Brick. HEX triplet: B2, 32 and 1C. RGB value is (178,50,28). Sum of RGB (Red+Green+Blue) = 178+50+28=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2321C is #4DCDE3. Grayscale: #555555. Windows color (decimal): -5098980 or 1847986. OLE color: 1847986.

HSL color Cylindrical-coordinate representation of color #B2321C: hue angle of 8.8º 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 #B2321C is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 50 28 -
CMYK 0 0.72 0.84 0.30
HSL 8.8º 0.73% 0.4% -
HSV(B) 8.8º 0.84% 0.7% -
XYZ 19.71 11.83 2.34 -
YUV 85.76 95.41 193.79 -
System Red Green Blue C M Y K H S L
Decimal 178 50 28 0 0.72 0.84 0.30 8.8 0.73 0.4
Hex B2 32 1C 0 48 54 1E 9 49 28
Octal 262 62 34 0 110 124 36 11 111 50
Binary 10110010 110010 11100 0 1001000 1010100 11110 1001 1001001 101000

Color Harmonies of #B2321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2321C

Black with #B2321C

Text Example


Text Example

White with #B2321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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