#B5323F

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

Shades of Brick Red #B5323F

Tints of Brick Red #B5323F

Color information

#B5323F (or 0xB5323F) is unknown color: approx Brick Red. HEX triplet: B5, 32 and 3F. RGB value is (181,50,63). Sum of RGB (Red+Green+Blue) = 181+50+63=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5323F is #4ACDC0. Grayscale: #5A5A5A. Windows color (decimal): -4902337 or 4141749. OLE color: 4141749.

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

Color convert

RGB1815063-
CMYK00.720.650.29
HSL354.05º56.71%45.29%-
HSV(B)354.05º72.38%70.98%-
XYZ21.0912.466-
YUV90.65112.4192.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.56%
GREEN value IS 50 (19.92% from 255) = 17.01%
BLUE value IS 63 (25% from 255) = 21.43%
R=61.56%
G=17.01%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181506300.720.650.29354.0556.7145.29
HexB5323F048411D162392d
Octal26562770110101355427155
Binary1011010111001011111101001000100000111101101100010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5323F; }

 p { color: rgb(181,50,63); }

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

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

 a { background-color: rgb(181,50,63); }

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

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

 span { border-color: rgb(181,50,63); }

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