#B82C3F

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

Shades of Brick Red #B82C3F

Tints of Brick Red #B82C3F

Color information

#B82C3F (or 0xB82C3F) is unknown color: approx Brick Red. HEX triplet: B8, 2C and 3F. RGB value is (184,44,63). Sum of RGB (Red+Green+Blue) = 184+44+63=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C3F is #47D3C0. Grayscale: #585858. Windows color (decimal): -4707265 or 4140216. OLE color: 4140216.

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

Color convert

RGB1844463-
CMYK00.760.660.28
HSL351.86º61.4%44.71%-
HSV(B)351.86º76.09%72.16%-
XYZ21.5712.355.95-
YUV88.03113.88196.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.23%
GREEN value IS 44 (17.58% from 255) = 15.12%
BLUE value IS 63 (25% from 255) = 21.65%
R=63.23%
G=15.12%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184446300.760.660.28351.8661.444.71
HexB82C3F04C421C1603d2d
Octal27054770114102345407555
Binary1011100010110011111101001100100001011100101100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82C3F; }

 p { color: rgb(184,44,63); }

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

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

 a { background-color: rgb(184,44,63); }

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

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

 span { border-color: rgb(184,44,63); }

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