#B22D3C

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

Shades of Brick Red #B22D3C

Tints of Brick Red #B22D3C

Color information

#B22D3C (or 0xB22D3C) is unknown color: approx Brick Red. HEX triplet: B2, 2D and 3C. RGB value is (178,45,60). Sum of RGB (Red+Green+Blue) = 178+45+60=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D3C is #4DD2C3. Grayscale: #565656. Windows color (decimal): -5100228 or 3943858. OLE color: 3943858.

HSL color Cylindrical-coordinate representation of color #B22D3C: hue angle of 353.23º 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 #B22D3C is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1784560-
CMYK00.750.660.30
HSL353.23º59.64%43.73%-
HSV(B)353.23º74.72%69.8%-
XYZ20.1111.675.47-
YUV86.48113.06193.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.90%
GREEN value IS 45 (17.97% from 255) = 15.90%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=62.90%
G=15.90%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178456000.750.660.30353.2359.6443.73
HexB22D3C04B421E1613c2c
Octal26255740113102365417454
Binary1011001010110111110001001011100001011110101100001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D3C; }

 p { color: rgb(178,45,60); }

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

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

 a { background-color: rgb(178,45,60); }

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

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

 span { border-color: rgb(178,45,60); }

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