#B21528

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

Shades of Cardinal #B21528

Tints of Cardinal #B21528

Color information

#B21528 (or 0xB21528) is unknown color: approx Cardinal. HEX triplet: B2, 15 and 28. RGB value is (178,21,40). Sum of RGB (Red+Green+Blue) = 178+21+40=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B21528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21528 is #4DEAD7. Grayscale: #464646. Windows color (decimal): -5106392 or 2626994. OLE color: 2626994.

HSL color Cylindrical-coordinate representation of color #B21528: hue angle of 352.74º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21528 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1782140-
CMYK00.880.780.30
HSL352.74º78.89%39.02%-
HSV(B)352.74º88.2%69.8%-
XYZ19.0110.152.97-
YUV70.11111.01204.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 74.48%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=74.48%
G=8.79%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178214000.880.780.30352.7478.8939.02
HexB215280584E1E1614f27
Octal262255001301163654111747
Binary1011001010101101000010110001001110111101011000011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21528; }

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

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

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

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

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

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

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

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