Html Css Color HEX #BE164D Cardinal

📋 copy color: '#BE164D'

red 190 ◦ green 22 ◦ blue 77

#BE164D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BE164D

Tints of Cardinal #BE164D

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 value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE164D (or 0xBE164D) is known color: 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

RGB 190 22 77 -
CMYK 0 0.88 0.59 0.25
HSL 340.36º 0.79% 0.42% -
HSV(B) 340.36º 0.88% 0.75% -
XYZ 22.86 12.06 8.14 -
YUV 78.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 190 22 77 0 0.88 0.59 0.25 340.36 0.79 0.42
Hex BE 16 4D 0 58 3B 19 154 4F 2A
Octal 276 26 115 0 130 73 31 524 117 52
Binary 10111110 10110 1001101 0 1011000 111011 11001 101010100 1001111 101010

Color Harmonies of #BE164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE164D

Black with #BE164D

Text Example


Text Example

White with #BE164D

Text Example


Text Example

HTML Codes & Css Web 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>