#B32139

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

Shades of Cardinal #B32139

Tints of Cardinal #B32139

Color information

#B32139 (or 0xB32139) is unknown color: approx Cardinal. HEX triplet: B3, 21 and 39. RGB value is (179,33,57). Sum of RGB (Red+Green+Blue) = 179+33+57=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B32139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32139 is #4CDEC6. Grayscale: #4F4F4F. Windows color (decimal): -5037767 or 3744179. OLE color: 3744179.

HSL color Cylindrical-coordinate representation of color #B32139: hue angle of 350.14º 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 #B32139 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1793357-
CMYK00.820.680.30
HSL350.14º68.87%41.57%-
HSV(B)350.14º81.56%70.2%-
XYZ19.8710.974.94-
YUV79.39115.37199.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.54%
GREEN value IS 33 (13.28% from 255) = 12.27%
BLUE value IS 57 (22.66% from 255) = 21.19%
R=66.54%
G=12.27%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179335700.820.680.30350.1468.8741.57
HexB32139052441E15e452a
Octal263417101221043653610552
Binary10110011100001111001010100101000100111101010111101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32139; }

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

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

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

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

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

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

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

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