#B22615

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

Shades of Fire Brick #B22615

Tints of Fire Brick #B22615

Color information

#B22615 (or 0xB22615) is unknown color: approx Fire Brick. HEX triplet: B2, 26 and 15. RGB value is (178,38,21). Sum of RGB (Red+Green+Blue) = 178+38+21=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B22615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22615 is #4DD9EA. Grayscale: #4E4E4E. Windows color (decimal): -5102059 or 1386162. OLE color: 1386162.

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

Color convert

RGB1783821-
CMYK00.790.880.30
HSL6.5º78.89%39.02%-
HSV(B)6.5º88.2%69.8%-
XYZ19.1910.911.8-
YUV77.9295.88199.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 75.11%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=75.11%
G=16.03%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178382100.790.880.306.578.8939.02
HexB2261504F581E64f27
Octal2624625011713036611747
Binary1011001010011010101010011111011000111101101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22615; }

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

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

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

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

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

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

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

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