#B21240

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

Shades of Cardinal #B21240

Tints of Cardinal #B21240

Color information

#B21240 (or 0xB21240) is unknown color: approx Cardinal. HEX triplet: B2, 12 and 40. RGB value is (178,18,64). Sum of RGB (Red+Green+Blue) = 178+18+64=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B21240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21240 is #4DEDBF. Grayscale: #474747. Windows color (decimal): -5107136 or 4199090. OLE color: 4199090.

HSL color Cylindrical-coordinate representation of color #B21240: hue angle of 342.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21240 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB1781864-
CMYK00.900.640.30
HSL342.75º81.63%38.43%-
HSV(B)342.75º89.89%69.8%-
XYZ19.510.275.8-
YUV71.08124.01204.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.46%
GREEN value IS 18 (7.42% from 255) = 6.92%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=68.46%
G=6.92%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178186400.900.640.30342.7581.6338.43
HexB2124005A401E1575226
Octal2622210001321003652712246
Binary10110010100101000000010110101000000111101010101111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21240; }

 p { color: rgb(178,18,64); }

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

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

 a { background-color: rgb(178,18,64); }

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

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

 span { border-color: rgb(178,18,64); }

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