Html Css Color HEX #BE1444 Cardinal

📋 copy color: '#BE1444'

red 190 ◦ green 20 ◦ blue 68

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

Shades of Cardinal #BE1444

Tints of Cardinal #BE1444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

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

R = 68.35%
G = 7.19%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE1444 (or 0xBE1444) is known color: Cardinal. HEX triplet: BE, 14 and 44. RGB value is (190,20,68). Sum of RGB (Red+Green+Blue) = 190+20+68=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1444 is #41EBBB. Grayscale: #4C4C4C. Windows color (decimal): -4320188 or 4461758. OLE color: 4461758.

HSL color Cylindrical-coordinate representation of color #BE1444: hue angle of 343.06º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1444 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 68 -
CMYK 0 0.89 0.64 0.25
HSL 343.06º 0.81% 0.41% -
HSV(B) 343.06º 0.89% 0.75% -
XYZ 22.53 11.86 6.57 -
YUV 76.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 190 20 68 0 0.89 0.64 0.25 343.06 0.81 0.41
Hex BE 14 44 0 59 40 19 157 51 29
Octal 276 24 104 0 131 100 31 527 121 51
Binary 10111110 10100 1000100 0 1011001 1000000 11001 101010111 1010001 101001

Color Harmonies of #BE1444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1444

Black with #BE1444

Text Example


Text Example

White with #BE1444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1444; }

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

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

background-color css

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

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

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

border-color css

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

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

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