#b42e38

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

Shades of Brick Red #B42E38

Tints of Brick Red #B42E38

Color information

#B42E38 (or 0xB42E38) is unknown color: approx Brick Red. HEX triplet: B4, 2E and 38. RGB value is (180,46,56). Sum of RGB (Red+Green+Blue) = 180+46+56=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E38 is #4BD1C7. Grayscale: #575757. Windows color (decimal): -4968904 or 3681972. OLE color: 3681972.

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

Color convert

RGB1804656-
CMYK00.740.690.29
HSL355.52º59.29%44.31%-
HSV(B)355.52º74.44%70.59%-
XYZ20.5111.944.97-
YUV87.21110.39194.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 46 (18.36% from 255) = 16.31%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=63.83%
G=16.31%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180465600.740.690.29355.5259.2944.31
HexB42E3804A451D1643b2c
Octal26456700112105355447354
Binary1011010010111011100001001010100010111101101100100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42e38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42e38; }

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

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

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

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

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

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

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

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