#B32D39

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

Shades of Brick Red #B32D39

Tints of Brick Red #B32D39

Color information

#B32D39 (or 0xB32D39) is unknown color: approx Brick Red. HEX triplet: B3, 2D and 39. RGB value is (179,45,57). Sum of RGB (Red+Green+Blue) = 179+45+57=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D39 is #4CD2C6. Grayscale: #565656. Windows color (decimal): -5034695 or 3747251. OLE color: 3747251.

HSL color Cylindrical-coordinate representation of color #B32D39: hue angle of 354.63º degrees, saturation: 0.6, 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 #B32D39 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1794557-
CMYK00.750.680.30
HSL354.63º59.82%43.92%-
HSV(B)354.63º74.86%70.2%-
XYZ20.2711.765.07-
YUV86.43111.39194.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.70%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=63.70%
G=16.01%
B=20.28%

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
Decimal179455700.750.680.30354.6359.8243.92
HexB32D3904B441E1633c2c
Octal26355710113104365437454
Binary1011001110110111100101001011100010011110101100011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32D39; }

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

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

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

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

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

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

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

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