#B21947

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

Shades of Cardinal #B21947

Tints of Cardinal #B21947

Color information

#B21947 (or 0xB21947) is unknown color: approx Cardinal. HEX triplet: B2, 19 and 47. RGB value is (178,25,71). Sum of RGB (Red+Green+Blue) = 178+25+71=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B21947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21947 is #4DE6B8. Grayscale: #4B4B4B. Windows color (decimal): -5105337 or 4659634. OLE color: 4659634.

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

Color convert

RGB1782571-
CMYK00.860.600.30
HSL341.96º75.37%39.8%-
HSV(B)341.96º85.96%69.8%-
XYZ19.8510.626.96-
YUV75.99125.19200.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.96%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=64.96%
G=9.12%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178257100.860.600.30341.9675.3739.8
HexB219470563C1E1564b28
Octal262311070126743652611350
Binary1011001011001100011101010110111100111101010101101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21947; }

 p { color: rgb(178,25,71); }

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

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

 a { background-color: rgb(178,25,71); }

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

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

 span { border-color: rgb(178,25,71); }

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