#B21C46

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

Shades of Cardinal #B21C46

Tints of Cardinal #B21C46

Color information

#B21C46 (or 0xB21C46) is unknown color: approx Cardinal. HEX triplet: B2, 1C and 46. RGB value is (178,28,70). Sum of RGB (Red+Green+Blue) = 178+28+70=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21C46 is #4DE3B9. Grayscale: #4D4D4D. Windows color (decimal): -5104570 or 4594866. OLE color: 4594866.

HSL color Cylindrical-coordinate representation of color #B21C46: hue angle of 343.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21C46 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1782870-
CMYK00.840.610.30
HSL343.2º72.82%40.39%-
HSV(B)343.2º84.27%69.8%-
XYZ19.8810.746.82-
YUV77.64123.7199.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.49%
GREEN value IS 28 (11.33% from 255) = 10.14%
BLUE value IS 70 (27.73% from 255) = 25.36%
R=64.49%
G=10.14%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178287000.840.610.30343.272.8240.39
HexB21C460543D1E1574928
Octal262341060124753652711150
Binary1011001011100100011001010100111101111101010101111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21C46; }

 p { color: rgb(178,28,70); }

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

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

 a { background-color: rgb(178,28,70); }

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

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

 span { border-color: rgb(178,28,70); }

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