#B5164A

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

Shades of Cardinal #B5164A

Tints of Cardinal #B5164A

Color information

#B5164A (or 0xB5164A) is unknown color: approx Cardinal. HEX triplet: B5, 16 and 4A. RGB value is (181,22,74). Sum of RGB (Red+Green+Blue) = 181+22+74=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5164A is #4AE9B5. Grayscale: #4B4B4B. Windows color (decimal): -4909494 or 4855477. OLE color: 4855477.

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

Color convert

RGB1812274-
CMYK00.880.590.29
HSL340.38º78.33%39.8%-
HSV(B)340.38º87.85%70.98%-
XYZ20.5810.897.5-
YUV75.47127.18203.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.34%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=65.34%
G=7.94%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181227400.880.590.29340.3878.3339.8
HexB5164A0583B1D1544e28
Octal265261120130733552411650
Binary1011010110110100101001011000111011111011010101001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5164A; }

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

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

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

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

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

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

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

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