Html Css Color HEX #B3211C Fire Brick

📋 copy color: '#B3211C'

red 179 ◦ green 33 ◦ blue 28

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

Shades of Fire Brick #B3211C

Tints of Fire Brick #B3211C

RGB

 RED value IS 179 (70.31% from 255) = 74.58%

 GREEN value IS 33 (13.28% from 255) = 13.75%

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

R = 74.58%
G = 13.75%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3211C (or 0xB3211C) is known color: Fire Brick. HEX triplet: B3, 21 and 1C. RGB value is (179,33,28). Sum of RGB (Red+Green+Blue) = 179+33+28=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B3211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3211C is #4CDEE3. Grayscale: #4C4C4C. Windows color (decimal): -5037796 or 1843635. OLE color: 1843635.

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

Color convert

RGB 179 33 28 -
CMYK 0 0.82 0.84 0.30
HSL 1.99º 0.73% 0.41% -
HSV(B) 1.99º 0.84% 0.7% -
XYZ 19.34 10.76 2.16 -
YUV 76.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 179 33 28 0 0.82 0.84 0.30 1.99 0.73 0.41
Hex B3 21 1C 0 52 54 1E 2 49 29
Octal 263 41 34 0 122 124 36 2 111 51
Binary 10110011 100001 11100 0 1010010 1010100 11110 10 1001001 101001

Color Harmonies of #B3211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3211C

Black with #B3211C

Text Example


Text Example

White with #B3211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3211C; }

 p { color: rgb(179,33,28); }

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

background-color css

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

 a { background-color: rgb(179,33,28); }

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

border-color css

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

 span { border-color: rgb(179,33,28); }

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