#B22128

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

Shades of Cardinal #B22128

Tints of Cardinal #B22128

Color information

#B22128 (or 0xB22128) is unknown color: approx Cardinal. HEX triplet: B2, 21 and 28. RGB value is (178,33,40). Sum of RGB (Red+Green+Blue) = 178+33+40=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B22128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22128 is #4DDED7. Grayscale: #4D4D4D. Windows color (decimal): -5103320 or 2630066. OLE color: 2630066.

HSL color Cylindrical-coordinate representation of color #B22128: hue angle of 357.1º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22128 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1783340-
CMYK00.810.780.30
HSL357.1º68.72%41.37%-
HSV(B)357.1º81.46%69.8%-
XYZ19.2910.713.06-
YUV77.15107.04199.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.92%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=70.92%
G=13.15%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178334000.810.780.30357.168.7241.37
HexB221280514E1E1654529
Octal262415001211163654510551
Binary10110010100001101000010100011001110111101011001011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22128; }

 p { color: rgb(178,33,40); }

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

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

 a { background-color: rgb(178,33,40); }

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

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

 span { border-color: rgb(178,33,40); }

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