#B2373E

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

Shades of Brick Red #B2373E

Tints of Brick Red #B2373E

Color information

#B2373E (or 0xB2373E) is unknown color: approx Brick Red. HEX triplet: B2, 37 and 3E. RGB value is (178,55,62). Sum of RGB (Red+Green+Blue) = 178+55+62=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2373E is #4DC8C1. Grayscale: #5C5C5C. Windows color (decimal): -5097666 or 4077490. OLE color: 4077490.

HSL color Cylindrical-coordinate representation of color #B2373E: hue angle of 356.59º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2373E is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB1785562-
CMYK00.690.650.30
HSL356.59º52.79%45.69%-
HSV(B)356.59º69.1%69.8%-
XYZ20.612.555.89-
YUV92.58110.75188.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.34%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 62 (24.61% from 255) = 21.02%
R=60.34%
G=18.64%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178556200.690.650.30356.5952.7945.69
HexB2373E045411E165352e
Octal26267760105101365456556
Binary1011001011011111111001000101100000111110101100101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2373E; }

 p { color: rgb(178,55,62); }

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

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

 a { background-color: rgb(178,55,62); }

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

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

 span { border-color: rgb(178,55,62); }

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