#B22B3A

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

Shades of Brick Red #B22B3A

Tints of Brick Red #B22B3A

Color information

#B22B3A (or 0xB22B3A) is unknown color: approx Brick Red. HEX triplet: B2, 2B and 3A. RGB value is (178,43,58). Sum of RGB (Red+Green+Blue) = 178+43+58=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B3A is #4DD4C5. Grayscale: #555555. Windows color (decimal): -5100742 or 3812274. OLE color: 3812274.

HSL color Cylindrical-coordinate representation of color #B22B3A: hue angle of 353.33º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22B3A is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1784358-
CMYK00.760.670.30
HSL353.33º61.09%43.33%-
HSV(B)353.33º75.84%69.8%-
XYZ19.9911.55.17-
YUV85.07112.73194.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.80%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=63.80%
G=15.41%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178435800.760.670.30353.3361.0943.33
HexB22B3A04C431E1613d2b
Octal26253720114103365417553
Binary1011001010101111101001001100100001111110101100001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B3A; }

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

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

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

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

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

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

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

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