#B3164B

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

Shades of Cardinal #B3164B

Tints of Cardinal #B3164B

Color information

#B3164B (or 0xB3164B) is unknown color: approx Cardinal. HEX triplet: B3, 16 and 4B. RGB value is (179,22,75). Sum of RGB (Red+Green+Blue) = 179+22+75=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3164B is #4CE9B4. Grayscale: #4A4A4A. Windows color (decimal): -5040565 or 4921011. OLE color: 4921011.

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

Color convert

RGB1792275-
CMYK00.880.580.30
HSL339.75º78.11%39.41%-
HSV(B)339.75º87.71%70.2%-
XYZ20.1510.677.65-
YUV74.98128.01202.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.86%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=64.86%
G=7.97%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179227500.880.580.30339.7578.1139.41
HexB3164B0583A1E1544e27
Octal263261130130723652411647
Binary1011001110110100101101011000111010111101010101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3164B; }

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

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

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

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

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

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

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

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