Html Css Color HEX #B2321B Fire Brick

📋 copy color: '#B2321B'

red 178 ◦ green 50 ◦ blue 27

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

Shades of Fire Brick #B2321B

Tints of Fire Brick #B2321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.59%

R = 69.8%
G = 19.61%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2321B (or 0xB2321B) is known color: Fire Brick. HEX triplet: B2, 32 and 1B. RGB value is (178,50,27). Sum of RGB (Red+Green+Blue) = 178+50+27=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B2321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2321B is #4DCDE4. Grayscale: #555555. Windows color (decimal): -5098981 or 1782450. OLE color: 1782450.

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

Color convert

RGB 178 50 27 -
CMYK 0 0.72 0.85 0.30
HSL 9.14º 0.74% 0.4% -
HSV(B) 9.14º 0.85% 0.7% -
XYZ 19.7 11.83 2.28 -
YUV 85.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 178 50 27 0 0.72 0.85 0.30 9.14 0.74 0.4
Hex B2 32 1B 0 48 55 1E 9 4A 28
Octal 262 62 33 0 110 125 36 11 112 50
Binary 10110010 110010 11011 0 1001000 1010101 11110 1001 1001010 101000

Color Harmonies of #B2321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2321B

Black with #B2321B

Text Example


Text Example

White with #B2321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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