#B42E28

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

Shades of Fire Brick #B42E28

Tints of Fire Brick #B42E28

Color information

#B42E28 (or 0xB42E28) is unknown color: approx Fire Brick. HEX triplet: B4, 2E and 28. RGB value is (180,46,40). Sum of RGB (Red+Green+Blue) = 180+46+40=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E28 is #4BD1D7. Grayscale: #555555. Windows color (decimal): -4968920 or 2633396. OLE color: 2633396.

HSL color Cylindrical-coordinate representation of color #B42E28: hue angle of 2.57º 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 #B42E28 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1804640-
CMYK00.740.780.29
HSL2.57º63.64%43.14%-
HSV(B)2.57º77.78%70.59%-
XYZ20.1811.813.22-
YUV85.38102.39195.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.67%
GREEN value IS 46 (18.36% from 255) = 17.29%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=67.67%
G=17.29%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180464000.740.780.292.5763.6443.14
HexB42E2804A4E1D3402b
Octal2645650011211635310053
Binary1011010010111010100001001010100111011101111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42E28; }

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

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

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

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

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

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

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

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