#b5373c

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

Shades of Brick Red #B5373C

Tints of Brick Red #B5373C

Color information

#B5373C (or 0xB5373C) is unknown color: approx Brick Red. HEX triplet: B5, 37 and 3C. RGB value is (181,55,60). Sum of RGB (Red+Green+Blue) = 181+55+60=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5373C is #4AC8C3. Grayscale: #5D5D5D. Windows color (decimal): -4901060 or 3946421. OLE color: 3946421.

HSL color Cylindrical-coordinate representation of color #B5373C: hue angle of 357.62º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5373C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1815560-
CMYK00.700.670.29
HSL357.62º53.39%46.27%-
HSV(B)357.62º69.61%70.98%-
XYZ21.2412.885.64-
YUV93.24109.24190.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.15%
GREEN value IS 55 (21.88% from 255) = 18.58%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=61.15%
G=18.58%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181556000.700.670.29357.6253.3946.27
HexB5373C046431D166352e
Octal26567740106103355466556
Binary1011010111011111110001000110100001111101101100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5373c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5373c; }

 p { color: rgb(181,55,60); }

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

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

 a { background-color: rgb(181,55,60); }

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

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

 span { border-color: rgb(181,55,60); }

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