#B22D27

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

Shades of Fire Brick #B22D27

Tints of Fire Brick #B22D27

Color information

#B22D27 (or 0xB22D27) is unknown color: approx Fire Brick. HEX triplet: B2, 2D and 27. RGB value is (178,45,39). Sum of RGB (Red+Green+Blue) = 178+45+39=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D27 is #4DD2D8. Grayscale: #545454. Windows color (decimal): -5100249 or 2567602. OLE color: 2567602.

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

Color convert

RGB1784539-
CMYK00.750.780.30
HSL2.59º64.06%42.55%-
HSV(B)2.59º78.09%69.8%-
XYZ19.6611.493.1-
YUV84.08102.56194.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.94%
GREEN value IS 45 (17.97% from 255) = 17.18%
BLUE value IS 39 (15.62% from 255) = 14.89%
R=67.94%
G=17.18%
B=14.89%

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
Decimal178453900.750.780.302.5964.0642.55
HexB22D2704B4E1E3402b
Octal2625547011311636310053
Binary1011001010110110011101001011100111011110111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D27; }

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

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

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

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

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

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

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

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