#B22B3C

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

Shades of Brick Red #B22B3C

Tints of Brick Red #B22B3C

Color information

#B22B3C (or 0xB22B3C) is unknown color: approx Brick Red. HEX triplet: B2, 2B and 3C. RGB value is (178,43,60). Sum of RGB (Red+Green+Blue) = 178+43+60=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B3C is #4DD4C3. Grayscale: #555555. Windows color (decimal): -5100740 or 3943346. OLE color: 3943346.

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

Color convert

RGB1784360-
CMYK00.760.660.30
HSL352.44º61.09%43.33%-
HSV(B)352.44º75.84%69.8%-
XYZ20.0411.525.44-
YUV85.3113.73194.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.35%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=63.35%
G=15.30%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178436000.760.660.30352.4461.0943.33
HexB22B3C04C421E1603d2b
Octal26253740114102365407553
Binary1011001010101111110001001100100001011110101100000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B3C; }

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

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

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

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

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

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

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

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