#B21526

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

Shades of Cardinal #B21526

Tints of Cardinal #B21526

Color information

#B21526 (or 0xB21526) is unknown color: approx Cardinal. HEX triplet: B2, 15 and 26. RGB value is (178,21,38). Sum of RGB (Red+Green+Blue) = 178+21+38=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B21526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21526 is #4DEAD9. Grayscale: #454545. Windows color (decimal): -5106394 or 2495922. OLE color: 2495922.

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

Color convert

RGB1782138-
CMYK00.880.790.30
HSL353.5º78.89%39.02%-
HSV(B)353.5º88.2%69.8%-
XYZ18.9810.142.79-
YUV69.88110.01205.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 75.11%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=75.11%
G=8.86%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178213800.880.790.30353.578.8939.02
HexB215260584F1E1624f27
Octal262254601301173654211747
Binary1011001010101100110010110001001111111101011000101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21526; }

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

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

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

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

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

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

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

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