#B5164B

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

Shades of Cardinal #B5164B

Tints of Cardinal #B5164B

Color information

#B5164B (or 0xB5164B) is unknown color: approx Cardinal. HEX triplet: B5, 16 and 4B. RGB value is (181,22,75). Sum of RGB (Red+Green+Blue) = 181+22+75=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5164B is #4AE9B4. Grayscale: #4B4B4B. Windows color (decimal): -4909493 or 4921013. OLE color: 4921013.

HSL color Cylindrical-coordinate representation of color #B5164B: hue angle of 340º 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 #B5164B is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1812275-
CMYK00.880.590.29
HSL340º78.33%39.8%-
HSV(B)340º87.85%70.98%-
XYZ20.6110.917.68-
YUV75.58127.68203.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.11%
GREEN value IS 22 (8.98% from 255) = 7.91%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=65.11%
G=7.91%
B=26.98%

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
Decimal181227500.880.590.2934078.3339.8
HexB5164B0583B1D1544e28
Octal265261130130733552411650
Binary1011010110110100101101011000111011111011010101001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5164B; }

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

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

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

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

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

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

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

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