#B22B27

Color #B22B27 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B22B27

Tints of Fire Brick #B22B27

Color information

#B22B27 (or 0xB22B27) is unknown color: approx Fire Brick. HEX triplet: B2, 2B and 27. RGB value is (178,43,39). Sum of RGB (Red+Green+Blue) = 178+43+39=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B27 is #4DD4D8. Grayscale: #535353. Windows color (decimal): -5100761 or 2567090. OLE color: 2567090.

HSL color Cylindrical-coordinate representation of color #B22B27: hue angle of 1.73º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22B27 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1784339-
CMYK00.760.780.30
HSL1.73º64.06%42.55%-
HSV(B)1.73º78.09%69.8%-
XYZ19.5911.343.08-
YUV82.91103.23195.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.46%
GREEN value IS 43 (17.19% from 255) = 16.54%
BLUE value IS 39 (15.62% from 255) = 15%
R=68.46%
G=16.54%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178433900.760.780.301.7364.0642.55
HexB22B2704C4E1E2402b
Octal2625347011411636210053
Binary1011001010101110011101001100100111011110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B27; }

 p { color: rgb(178,43,39); }

 H1.HeaderClassName
 {
   color: #B22B27;
 }
 .AnyTagClassName
 {
   color: #B22B27;
 }
</style>
background-color css

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

 a { background-color: rgb(178,43,39); }

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

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

 span { border-color: rgb(178,43,39); }

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