#B22726

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

Shades of Fire Brick #B22726

Tints of Fire Brick #B22726

Color information

#B22726 (or 0xB22726) is unknown color: approx Fire Brick. HEX triplet: B2, 27 and 26. RGB value is (178,39,38). Sum of RGB (Red+Green+Blue) = 178+39+38=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B22726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22726 is #4DD8D9. Grayscale: #505050. Windows color (decimal): -5101786 or 2500530. OLE color: 2500530.

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

Color convert

RGB1783938-
CMYK00.780.790.30
HSL0.43º64.81%42.35%-
HSV(B)0.43º78.65%69.8%-
XYZ19.4411.062.94-
YUV80.45104.05197.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 69.80%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=69.80%
G=15.29%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178393800.780.790.300.4364.8142.35
HexB2272604E4F1E0412a
Octal2624746011611736010152
Binary101100101001111001100100111010011111111001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22726; }

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

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

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

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

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

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

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

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