#B42C19

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

Shades of Fire Brick #B42C19

Tints of Fire Brick #B42C19

Color information

#B42C19 (or 0xB42C19) is unknown color: approx Fire Brick. HEX triplet: B4, 2C and 19. RGB value is (180,44,25). Sum of RGB (Red+Green+Blue) = 180+44+25=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42C19 is #4BD3E6. Grayscale: #525252. Windows color (decimal): -4969447 or 1649844. OLE color: 1649844.

HSL color Cylindrical-coordinate representation of color #B42C19: hue angle of 7.35º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B42C19 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1804425-
CMYK00.760.860.29
HSL7.35º75.61%40.2%-
HSV(B)7.35º86.11%70.59%-
XYZ19.911.572.11-
YUV82.595.56197.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.29%
GREEN value IS 44 (17.58% from 255) = 17.67%
BLUE value IS 25 (10.16% from 255) = 10.04%
R=72.29%
G=17.67%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180442500.760.860.297.3575.6140.2
HexB42C1904C561D74c28
Octal2645431011412635711450
Binary1011010010110011001010011001010110111011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42C19; }

 p { color: rgb(180,44,25); }

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

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

 a { background-color: rgb(180,44,25); }

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

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

 span { border-color: rgb(180,44,25); }

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