#B42215

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

Shades of Fire Brick #B42215

Tints of Fire Brick #B42215

Color information

#B42215 (or 0xB42215) is unknown color: approx Fire Brick. HEX triplet: B4, 22 and 15. RGB value is (180,34,21). Sum of RGB (Red+Green+Blue) = 180+34+21=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B42215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42215 is #4BDDEA. Grayscale: #4C4C4C. Windows color (decimal): -4972011 or 1385140. OLE color: 1385140.

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

Color convert

RGB1803421-
CMYK00.810.880.29
HSL4.91º79.1%39.41%-
HSV(B)4.91º88.33%70.59%-
XYZ19.5310.91.78-
YUV76.1796.87202.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.60%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 21 (8.59% from 255) = 8.94%
R=76.60%
G=14.47%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180342100.810.880.294.9179.139.41
HexB42215051581D54f27
Octal2644225012113035511747
Binary1011010010001010101010100011011000111011011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42215; }

 p { color: rgb(180,34,21); }

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

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

 a { background-color: rgb(180,34,21); }

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

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

 span { border-color: rgb(180,34,21); }

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