#B22519

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

Shades of Fire Brick #B22519

Tints of Fire Brick #B22519

Color information

#B22519 (or 0xB22519) is unknown color: approx Fire Brick. HEX triplet: B2, 25 and 19. RGB value is (178,37,25). Sum of RGB (Red+Green+Blue) = 178+37+25=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B22519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22519 is #4DDAE6. Grayscale: #4D4D4D. Windows color (decimal): -5102311 or 1648050. OLE color: 1648050.

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

Color convert

RGB1783725-
CMYK00.790.860.30
HSL4.71º75.37%39.8%-
HSV(B)4.71º85.96%69.8%-
XYZ19.210.862-
YUV77.7998.21199.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 74.17%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 25 (10.16% from 255) = 10.42%
R=74.17%
G=15.42%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178372500.790.860.304.7175.3739.8
HexB2251904F561E54b28
Octal2624531011712636511350
Binary1011001010010111001010011111010110111101011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22519; }

 p { color: rgb(178,37,25); }

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

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

 a { background-color: rgb(178,37,25); }

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

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

 span { border-color: rgb(178,37,25); }

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