#B32143

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

Shades of Cardinal #B32143

Tints of Cardinal #B32143

Color information

#B32143 (or 0xB32143) is unknown color: approx Cardinal. HEX triplet: B3, 21 and 43. RGB value is (179,33,67). Sum of RGB (Red+Green+Blue) = 179+33+67=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B32143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32143 is #4CDEBC. Grayscale: #505050. Windows color (decimal): -5037757 or 4399539. OLE color: 4399539.

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

Color convert

RGB1793367-
CMYK00.820.630.30
HSL346.03º68.87%41.57%-
HSV(B)346.03º81.56%70.2%-
XYZ20.1511.086.39-
YUV80.53120.37198.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.16%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 67 (26.56% from 255) = 24.01%
R=64.16%
G=11.83%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179336700.820.630.30346.0368.8741.57
HexB321430523F1E15a452a
Octal263411030122773653210552
Binary10110011100001100001101010010111111111101010110101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32143; }

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

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

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

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

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

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

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

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