#B21227

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

Shades of Cardinal #B21227

Tints of Cardinal #B21227

Color information

#B21227 (or 0xB21227) is unknown color: approx Cardinal. HEX triplet: B2, 12 and 27. RGB value is (178,18,39). Sum of RGB (Red+Green+Blue) = 178+18+39=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B21227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21227 is #4DEDD8. Grayscale: #444444. Windows color (decimal): -5107161 or 2560690. OLE color: 2560690.

HSL color Cylindrical-coordinate representation of color #B21227: hue angle of 352.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21227 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1781839-
CMYK00.900.780.30
HSL352.12º81.63%38.43%-
HSV(B)352.12º89.89%69.8%-
XYZ18.9410.042.86-
YUV68.23111.51206.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 75.74%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=75.74%
G=7.66%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178183900.900.780.30352.1281.6338.43
HexB2122705A4E1E1605226
Octal262224701321163654012246
Binary1011001010010100111010110101001110111101011000001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21227; }

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

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

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

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

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

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

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

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