#b82b3a

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

Shades of Brick Red #B82B3A

Tints of Brick Red #B82B3A

Color information

#B82B3A (or 0xB82B3A) is unknown color: approx Brick Red. HEX triplet: B8, 2B and 3A. RGB value is (184,43,58). Sum of RGB (Red+Green+Blue) = 184+43+58=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82B3A is #47D4C5. Grayscale: #565656. Windows color (decimal): -4707526 or 3812280. OLE color: 3812280.

HSL color Cylindrical-coordinate representation of color #B82B3A: hue angle of 353.62º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82B3A is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1844358-
CMYK00.770.680.28
HSL353.62º62.11%44.51%-
HSV(B)353.62º76.63%72.16%-
XYZ21.3912.225.23-
YUV86.87111.71197.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.56%
GREEN value IS 43 (17.19% from 255) = 15.09%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=64.56%
G=15.09%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184435800.770.680.28353.6262.1144.51
HexB82B3A04D441C1623e2d
Octal27053720115104345427655
Binary1011100010101111101001001101100010011100101100010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b82b3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b82b3a; }

 p { color: rgb(184,43,58); }

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

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

 a { background-color: rgb(184,43,58); }

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

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

 span { border-color: rgb(184,43,58); }

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