#B22143

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

Shades of Cardinal #B22143

Tints of Cardinal #B22143

Color information

#B22143 (or 0xB22143) is unknown color: approx Cardinal. HEX triplet: B2, 21 and 43. RGB value is (178,33,67). Sum of RGB (Red+Green+Blue) = 178+33+67=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B22143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22143 is #4DDEBC. Grayscale: #505050. Windows color (decimal): -5103293 or 4399538. OLE color: 4399538.

HSL color Cylindrical-coordinate representation of color #B22143: hue angle of 345.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B22143 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB1783367-
CMYK00.810.620.30
HSL345.93º68.72%41.37%-
HSV(B)345.93º81.46%69.8%-
XYZ19.9210.966.38-
YUV80.23120.54197.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.03%
GREEN value IS 33 (13.28% from 255) = 11.87%
BLUE value IS 67 (26.56% from 255) = 24.10%
R=64.03%
G=11.87%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178336700.810.620.30345.9368.7241.37
HexB221430513E1E15a4529
Octal262411030121763653210551
Binary10110010100001100001101010001111110111101010110101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22143; }

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

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

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

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

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

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

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

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