Html Css Color HEX #BE1644 Cardinal

📋 copy color: '#BE1644'

red 190 ◦ green 22 ◦ blue 68

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

Shades of Cardinal #BE1644

Tints of Cardinal #BE1644

RGB

 RED value IS 190 (74.61% from 255) = 67.86%

 GREEN value IS 22 (8.98% from 255) = 7.86%

 BLUE value IS 68 (26.95% from 255) = 24.29%

R = 67.86%
G = 7.86%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE1644 (or 0xBE1644) is known color: Cardinal. HEX triplet: BE, 16 and 44. RGB value is (190,22,68). Sum of RGB (Red+Green+Blue) = 190+22+68=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1644 is #41E9BB. Grayscale: #4D4D4D. Windows color (decimal): -4319676 or 4462270. OLE color: 4462270.

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

Color convert

RGB 190 22 68 -
CMYK 0 0.88 0.64 0.25
HSL 343.57º 0.79% 0.42% -
HSV(B) 343.57º 0.88% 0.75% -
XYZ 22.57 11.94 6.58 -
YUV 77.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 190 22 68 0 0.88 0.64 0.25 343.57 0.79 0.42
Hex BE 16 44 0 58 40 19 158 4F 2A
Octal 276 26 104 0 130 100 31 530 117 52
Binary 10111110 10110 1000100 0 1011000 1000000 11001 101011000 1001111 101010

Color Harmonies of #BE1644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1644

Black with #BE1644

Text Example


Text Example

White with #BE1644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1644; }

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

 H1.HeaderClassName
 {
   color: #BE1644;
 }
 .AnyTagClassName
 {
   color: #BE1644;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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