#BE164D

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

Shades of Cardinal #BE164D

Tints of Cardinal #BE164D

Color information

#BE164D (or 0xBE164D) is unknown color: approx Cardinal. HEX triplet: BE, 16 and 4D. RGB value is (190,22,77). Sum of RGB (Red+Green+Blue) = 190+22+77=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE164D is #41E9B2. Grayscale: #4E4E4E. Windows color (decimal): -4319667 or 5052094. OLE color: 5052094.

HSL color Cylindrical-coordinate representation of color #BE164D: hue angle of 340.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE164D is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1902277-
CMYK00.880.590.25
HSL340.36º79.25%41.57%-
HSV(B)340.36º88.42%74.51%-
XYZ22.8612.068.14-
YUV78.5127.16207.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.74%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=65.74%
G=7.61%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190227700.880.590.25340.3679.2541.57
HexBE164D0583B191544f2a
Octal276261150130733152411752
Binary1011111010110100110101011000111011110011010101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE164D; }

 p { color: rgb(190,22,77); }

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

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

 a { background-color: rgb(190,22,77); }

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

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

 span { border-color: rgb(190,22,77); }

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