#B22126

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

Shades of Cardinal #B22126

Tints of Cardinal #B22126

Color information

#B22126 (or 0xB22126) is unknown color: approx Cardinal. HEX triplet: B2, 21 and 26. RGB value is (178,33,38). Sum of RGB (Red+Green+Blue) = 178+33+38=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B22126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22126 is #4DDED9. Grayscale: #4D4D4D. Windows color (decimal): -5103322 or 2498994. OLE color: 2498994.

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

Color convert

RGB1783338-
CMYK00.810.790.30
HSL357.93º68.72%41.37%-
HSV(B)357.93º81.46%69.8%-
XYZ19.2510.692.88-
YUV76.92106.04200.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.49%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=71.49%
G=13.25%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178333800.810.790.30357.9368.7241.37
HexB221260514F1E1664529
Octal262414601211173654610551
Binary10110010100001100110010100011001111111101011001101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22126; }

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

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

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

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

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

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

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

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