#B32C39

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

Shades of Brick Red #B32C39

Tints of Brick Red #B32C39

Color information

#B32C39 (or 0xB32C39) is unknown color: approx Brick Red. HEX triplet: B3, 2C and 39. RGB value is (179,44,57). Sum of RGB (Red+Green+Blue) = 179+44+57=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C39 is #4CD3C6. Grayscale: #555555. Windows color (decimal): -5034951 or 3746995. OLE color: 3746995.

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

Color convert

RGB1794457-
CMYK00.750.680.30
HSL354.22º60.54%43.73%-
HSV(B)354.22º75.42%70.2%-
XYZ20.2311.685.06-
YUV85.85111.73194.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.93%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 57 (22.66% from 255) = 20.36%
R=63.93%
G=15.71%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179445700.750.680.30354.2260.5443.73
HexB32C3904B441E1623d2c
Octal26354710113104365427554
Binary1011001110110011100101001011100010011110101100010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32C39; }

 p { color: rgb(179,44,57); }

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

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

 a { background-color: rgb(179,44,57); }

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

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

 span { border-color: rgb(179,44,57); }

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