#B22127

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

Shades of Cardinal #B22127

Tints of Cardinal #B22127

Color information

#B22127 (or 0xB22127) is unknown color: approx Cardinal. HEX triplet: B2, 21 and 27. RGB value is (178,33,39). Sum of RGB (Red+Green+Blue) = 178+33+39=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B22127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22127 is #4DDED8. Grayscale: #4D4D4D. Windows color (decimal): -5103321 or 2564530. OLE color: 2564530.

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

Color convert

RGB1783339-
CMYK00.810.780.30
HSL357.52º68.72%41.37%-
HSV(B)357.52º81.46%69.8%-
XYZ19.2710.72.97-
YUV77.04106.54200.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.2%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=71.2%
G=13.2%
B=15.6%

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
Decimal178333900.810.780.30357.5268.7241.37
HexB221270514E1E1664529
Octal262414701211163654610551
Binary10110010100001100111010100011001110111101011001101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22127; }

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

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

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

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

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

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

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

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