#B22E3E

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

Shades of Brick Red #B22E3E

Tints of Brick Red #B22E3E

Color information

#B22E3E (or 0xB22E3E) is unknown color: approx Brick Red. HEX triplet: B2, 2E and 3E. RGB value is (178,46,62). Sum of RGB (Red+Green+Blue) = 178+46+62=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22E3E is #4DD1C1. Grayscale: #575757. Windows color (decimal): -5099970 or 4075186. OLE color: 4075186.

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

Color convert

RGB1784662-
CMYK00.740.650.30
HSL352.73º58.93%43.92%-
HSV(B)352.73º74.16%69.8%-
XYZ20.2111.775.76-
YUV87.29113.73192.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.24%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=62.24%
G=16.08%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178466200.740.650.30352.7358.9343.92
HexB22E3E04A411E1613b2c
Octal26256760112101365417354
Binary1011001010111011111001001010100000111110101100001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22E3E; }

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

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

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

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

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

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

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

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