#B42D28

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

Shades of Fire Brick #B42D28

Tints of Fire Brick #B42D28

Color information

#B42D28 (or 0xB42D28) is unknown color: approx Fire Brick. HEX triplet: B4, 2D and 28. RGB value is (180,45,40). Sum of RGB (Red+Green+Blue) = 180+45+40=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D28 is #4BD2D7. Grayscale: #545454. Windows color (decimal): -4969176 or 2633140. OLE color: 2633140.

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

Color convert

RGB1804540-
CMYK00.750.780.29
HSL2.14º63.64%43.14%-
HSV(B)2.14º77.78%70.59%-
XYZ20.1411.733.21-
YUV84.8102.73195.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.92%
GREEN value IS 45 (17.97% from 255) = 16.98%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=67.92%
G=16.98%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180454000.750.780.292.1463.6443.14
HexB42D2804B4E1D2402b
Octal2645550011311635210053
Binary1011010010110110100001001011100111011101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D28; }

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

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

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

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

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

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

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

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