#B3164A

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

Shades of Cardinal #B3164A

Tints of Cardinal #B3164A

Color information

#B3164A (or 0xB3164A) is unknown color: approx Cardinal. HEX triplet: B3, 16 and 4A. RGB value is (179,22,74). Sum of RGB (Red+Green+Blue) = 179+22+74=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3164A is #4CE9B5. Grayscale: #4A4A4A. Windows color (decimal): -5040566 or 4855475. OLE color: 4855475.

HSL color Cylindrical-coordinate representation of color #B3164A: hue angle of 340.13º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3164A is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1792274-
CMYK00.880.590.30
HSL340.13º78.11%39.41%-
HSV(B)340.13º87.71%70.2%-
XYZ20.1110.657.47-
YUV74.87127.51202.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.09%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=65.09%
G=8%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179227400.880.590.30340.1378.1139.41
HexB3164A0583B1E1544e27
Octal263261120130733652411647
Binary1011001110110100101001011000111011111101010101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3164A; }

 p { color: rgb(179,22,74); }

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

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

 a { background-color: rgb(179,22,74); }

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

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

 span { border-color: rgb(179,22,74); }

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