#B21C28

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

Shades of Cardinal #B21C28

Tints of Cardinal #B21C28

Color information

#B21C28 (or 0xB21C28) is unknown color: approx Cardinal. HEX triplet: B2, 1C and 28. RGB value is (178,28,40). Sum of RGB (Red+Green+Blue) = 178+28+40=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21C28 is #4DE3D7. Grayscale: #4A4A4A. Windows color (decimal): -5104600 or 2628786. OLE color: 2628786.

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

Color convert

RGB1782840-
CMYK00.840.780.30
HSL355.2º72.82%40.39%-
HSV(B)355.2º84.27%69.8%-
XYZ19.1610.453.01-
YUV74.22108.7202.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.36%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=72.36%
G=11.38%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178284000.840.780.30355.272.8240.39
HexB21C280544E1E1634928
Octal262345001241163654311150
Binary1011001011100101000010101001001110111101011000111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21C28; }

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

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

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

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

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

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

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

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