#B6323A

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

Shades of Brick Red #B6323A

Tints of Brick Red #B6323A

Color information

#B6323A (or 0xB6323A) is unknown color: approx Brick Red. HEX triplet: B6, 32 and 3A. RGB value is (182,50,58). Sum of RGB (Red+Green+Blue) = 182+50+58=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B6323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6323A is #49CDC5. Grayscale: #5A5A5A. Windows color (decimal): -4836806 or 3814070. OLE color: 3814070.

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

Color convert

RGB1825058-
CMYK00.730.680.29
HSL356.36º56.9%45.49%-
HSV(B)356.36º72.53%71.37%-
XYZ21.212.535.3-
YUV90.38109.73193.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.76%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 58 (23.05% from 255) = 20%
R=62.76%
G=17.24%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182505800.730.680.29356.3656.945.49
HexB6323A049441D164392d
Octal26662720111104355447155
Binary1011011011001011101001001001100010011101101100100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6323A; }

 p { color: rgb(182,50,58); }

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

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

 a { background-color: rgb(182,50,58); }

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

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

 span { border-color: rgb(182,50,58); }

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