#B22C3B

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

Shades of Brick Red #B22C3B

Tints of Brick Red #B22C3B

Color information

#B22C3B (or 0xB22C3B) is unknown color: approx Brick Red. HEX triplet: B2, 2C and 3B. RGB value is (178,44,59). Sum of RGB (Red+Green+Blue) = 178+44+59=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C3B is #4DD3C4. Grayscale: #555555. Windows color (decimal): -5100485 or 3878066. OLE color: 3878066.

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

Color convert

RGB1784459-
CMYK00.750.670.30
HSL353.28º60.36%43.53%-
HSV(B)353.28º75.28%69.8%-
XYZ20.0511.585.32-
YUV85.78112.89193.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.35%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=63.35%
G=15.66%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178445900.750.670.30353.2860.3643.53
HexB22C3B04B431E1613c2c
Octal26254730113103365417454
Binary1011001010110011101101001011100001111110101100001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22C3B; }

 p { color: rgb(178,44,59); }

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

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

 a { background-color: rgb(178,44,59); }

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

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

 span { border-color: rgb(178,44,59); }

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