#B42D39

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

Shades of Brick Red #B42D39

Tints of Brick Red #B42D39

Color information

#B42D39 (or 0xB42D39) is unknown color: approx Brick Red. HEX triplet: B4, 2D and 39. RGB value is (180,45,57). Sum of RGB (Red+Green+Blue) = 180+45+57=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D39 is #4BD2C6. Grayscale: #565656. Windows color (decimal): -4969159 or 3747252. OLE color: 3747252.

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

Color convert

RGB1804557-
CMYK00.750.680.29
HSL354.67º60%44.12%-
HSV(B)354.67º75%70.59%-
XYZ20.511.885.08-
YUV86.73111.23194.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 45 (17.97% from 255) = 15.96%
BLUE value IS 57 (22.66% from 255) = 20.21%
R=63.83%
G=15.96%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180455700.750.680.29354.676044.12
HexB42D3904B441D1633c2c
Octal26455710113104355437454
Binary1011010010110111100101001011100010011101101100011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D39; }

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

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

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

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

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

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

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

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