#B82E3E

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

Shades of Brick Red #B82E3E

Tints of Brick Red #B82E3E

Color information

#B82E3E (or 0xB82E3E) is unknown color: approx Brick Red. HEX triplet: B8, 2E and 3E. RGB value is (184,46,62). Sum of RGB (Red+Green+Blue) = 184+46+62=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E3E is #47D1C1. Grayscale: #595959. Windows color (decimal): -4706754 or 4075192. OLE color: 4075192.

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

Color convert

RGB1844662-
CMYK00.750.660.28
HSL353.04º60%45.1%-
HSV(B)353.04º75%72.16%-
XYZ21.6112.495.83-
YUV89.09112.72195.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.01%
GREEN value IS 46 (18.36% from 255) = 15.75%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=63.01%
G=15.75%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184466200.750.660.28353.046045.1
HexB82E3E04B421C1613c2d
Octal27056760113102345417455
Binary1011100010111011111001001011100001011100101100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82E3E; }

 p { color: rgb(184,46,62); }

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

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

 a { background-color: rgb(184,46,62); }

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

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

 span { border-color: rgb(184,46,62); }

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