#B42C3F

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

Shades of Brick Red #B42C3F

Tints of Brick Red #B42C3F

Color information

#B42C3F (or 0xB42C3F) is unknown color: approx Brick Red. HEX triplet: B4, 2C and 3F. RGB value is (180,44,63). Sum of RGB (Red+Green+Blue) = 180+44+63=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C3F is #4BD3C0. Grayscale: #565656. Windows color (decimal): -4969409 or 4140212. OLE color: 4140212.

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

Color convert

RGB1804463-
CMYK00.760.650.29
HSL351.62º60.71%43.92%-
HSV(B)351.62º75.56%70.59%-
XYZ20.6211.865.91-
YUV86.83114.56194.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 44 (17.58% from 255) = 15.33%
BLUE value IS 63 (25% from 255) = 21.95%
R=62.72%
G=15.33%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180446300.760.650.29351.6260.7143.92
HexB42C3F04C411D1603d2c
Octal26454770114101355407554
Binary1011010010110011111101001100100000111101101100000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42C3F; }

 p { color: rgb(180,44,63); }

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

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

 a { background-color: rgb(180,44,63); }

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

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

 span { border-color: rgb(180,44,63); }

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