#B21143

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

Shades of Cardinal #B21143

Tints of Cardinal #B21143

Color information

#B21143 (or 0xB21143) is unknown color: approx Cardinal. HEX triplet: B2, 11 and 43. RGB value is (178,17,67). Sum of RGB (Red+Green+Blue) = 178+17+67=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B21143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21143 is #4DEEBC. Grayscale: #464646. Windows color (decimal): -5107389 or 4395442. OLE color: 4395442.

HSL color Cylindrical-coordinate representation of color #B21143: hue angle of 341.37º degrees, saturation: 0.83, 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 #B21143 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB1781767-
CMYK00.900.620.30
HSL341.37º82.56%38.24%-
HSV(B)341.37º90.45%69.8%-
XYZ19.5710.276.26-
YUV70.84125.84204.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.94%
GREEN value IS 17 (7.03% from 255) = 6.49%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=67.94%
G=6.49%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178176700.900.620.30341.3782.5638.24
HexB2114305A3E1E1555326
Octal262211030132763652512346
Binary1011001010001100001101011010111110111101010101011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21143; }

 p { color: rgb(178,17,67); }

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

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

 a { background-color: rgb(178,17,67); }

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

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

 span { border-color: rgb(178,17,67); }

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