#B22C27

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

Shades of Fire Brick #B22C27

Tints of Fire Brick #B22C27

Color information

#B22C27 (or 0xB22C27) is unknown color: approx Fire Brick. HEX triplet: B2, 2C and 27. RGB value is (178,44,39). Sum of RGB (Red+Green+Blue) = 178+44+39=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C27 is #4DD3D8. Grayscale: #535353. Windows color (decimal): -5100505 or 2567346. OLE color: 2567346.

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

Color convert

RGB1784439-
CMYK00.750.780.30
HSL2.16º64.06%42.55%-
HSV(B)2.16º78.09%69.8%-
XYZ19.6311.413.09-
YUV83.5102.89195.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.20%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 39 (15.62% from 255) = 14.94%
R=68.20%
G=16.86%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178443900.750.780.302.1664.0642.55
HexB22C2704B4E1E2402b
Octal2625447011311636210053
Binary1011001010110010011101001011100111011110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22C27; }

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

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

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

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

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

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

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

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