#B42821

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

Shades of Fire Brick #B42821

Tints of Fire Brick #B42821

Color information

#B42821 (or 0xB42821) is unknown color: approx Fire Brick. HEX triplet: B4, 28 and 21. RGB value is (180,40,33). Sum of RGB (Red+Green+Blue) = 180+40+33=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B42821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42821 is #4BD7DE. Grayscale: #515151. Windows color (decimal): -4970463 or 2173108. OLE color: 2173108.

HSL color Cylindrical-coordinate representation of color #B42821: hue angle of 2.86º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42821 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1804033-
CMYK00.780.820.29
HSL2.86º69.01%41.76%-
HSV(B)2.86º81.67%70.59%-
XYZ19.8611.332.58-
YUV81.06100.88198.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.15%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=71.15%
G=15.81%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180403300.780.820.292.8669.0141.76
HexB4282104E521D3452a
Octal2645041011612235310552
Binary1011010010100010000101001110101001011101111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42821; }

 p { color: rgb(180,40,33); }

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

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

 a { background-color: rgb(180,40,33); }

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

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

 span { border-color: rgb(180,40,33); }

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