#B32C3A

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

Shades of Brick Red #B32C3A

Tints of Brick Red #B32C3A

Color information

#B32C3A (or 0xB32C3A) is unknown color: approx Brick Red. HEX triplet: B3, 2C and 3A. RGB value is (179,44,58). Sum of RGB (Red+Green+Blue) = 179+44+58=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C3A is #4CD3C5. Grayscale: #565656. Windows color (decimal): -5034950 or 3812531. OLE color: 3812531.

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

Color convert

RGB1794458-
CMYK00.750.680.30
HSL353.78º60.54%43.73%-
HSV(B)353.78º75.42%70.2%-
XYZ20.2511.695.19-
YUV85.96112.23194.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.70%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=63.70%
G=15.66%
B=20.64%

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
Decimal179445800.750.680.30353.7860.5443.73
HexB32C3A04B441E1623d2c
Octal26354720113104365427554
Binary1011001110110011101001001011100010011110101100010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32C3A; }

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

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

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

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

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

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

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

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