Html Css Color HEX #B0221B Fire Brick

📋 copy color: '#B0221B'

red 176 ◦ green 34 ◦ blue 27

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

Shades of Fire Brick #B0221B

Tints of Fire Brick #B0221B

RGB

 RED value IS 176 (69.14% from 255) = 74.26%

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

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

R = 74.26%
G = 14.35%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0221B (or 0xB0221B) is known color: Fire Brick. HEX triplet: B0, 22 and 1B. RGB value is (176,34,27). Sum of RGB (Red+Green+Blue) = 176+34+27=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B0221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0221B is #4FDDE4. Grayscale: #4B4B4B. Windows color (decimal): -5234149 or 1778352. OLE color: 1778352.

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

Color convert

RGB 176 34 27 -
CMYK 0 0.81 0.85 0.31
HSL 2.82º 0.73% 0.4% -
HSV(B) 2.82º 0.85% 0.69% -
XYZ 18.67 10.45 2.07 -
YUV 75.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 176 34 27 0 0.81 0.85 0.31 2.82 0.73 0.4
Hex B0 22 1B 0 51 55 1F 3 49 28
Octal 260 42 33 0 121 125 37 3 111 50
Binary 10110000 100010 11011 0 1010001 1010101 11111 11 1001001 101000

Color Harmonies of #B0221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0221B

Black with #B0221B

Text Example


Text Example

White with #B0221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0221B; }

 p { color: rgb(176,34,27); }

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

background-color css

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

 a { background-color: rgb(176,34,27); }

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

border-color css

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

 span { border-color: rgb(176,34,27); }

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