#B42D37

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

Shades of Brick Red #B42D37

Tints of Brick Red #B42D37

Color information

#B42D37 (or 0xB42D37) is unknown color: approx Brick Red. HEX triplet: B4, 2D and 37. RGB value is (180,45,55). Sum of RGB (Red+Green+Blue) = 180+45+55=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D37 is #4BD2C8. Grayscale: #565656. Windows color (decimal): -4969161 or 3616180. OLE color: 3616180.

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

Color convert

RGB1804555-
CMYK00.750.690.29
HSL355.56º60%44.12%-
HSV(B)355.56º75%70.59%-
XYZ20.4511.864.82-
YUV86.5110.23194.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.29%
GREEN value IS 45 (17.97% from 255) = 16.07%
BLUE value IS 55 (21.88% from 255) = 19.64%
R=64.29%
G=16.07%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180455500.750.690.29355.566044.12
HexB42D3704B451D1643c2c
Octal26455670113105355447454
Binary1011010010110111011101001011100010111101101100100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D37; }

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

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

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

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

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

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

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

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