Html Css Color HEX #BE144A Cardinal

📋 copy color: '#BE144A'

red 190 ◦ green 20 ◦ blue 74

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

Shades of Cardinal #BE144A

Tints of Cardinal #BE144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 66.9%
G = 7.04%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE144A (or 0xBE144A) is known color: Cardinal. HEX triplet: BE, 14 and 4A. RGB value is (190,20,74). Sum of RGB (Red+Green+Blue) = 190+20+74=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE144A is #41EBB5. Grayscale: #4C4C4C. Windows color (decimal): -4320182 or 4854974. OLE color: 4854974.

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

Color convert

RGB 190 20 74 -
CMYK 0 0.89 0.61 0.25
HSL 340.94º 0.81% 0.41% -
HSV(B) 340.94º 0.89% 0.75% -
XYZ 22.72 11.94 7.59 -
YUV 76.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 190 20 74 0 0.89 0.61 0.25 340.94 0.81 0.41
Hex BE 14 4A 0 59 3D 19 155 51 29
Octal 276 24 112 0 131 75 31 525 121 51
Binary 10111110 10100 1001010 0 1011001 111101 11001 101010101 1010001 101001

Color Harmonies of #BE144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE144A

Black with #BE144A

Text Example


Text Example

White with #BE144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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